This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
docs: make the description of optimization.minimizer
more clear
#418
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Mark Assignee | |
on: | |
issue_comment: | |
types: [created, edited] | |
permissions: | |
contents: read | |
jobs: | |
issue-mark-assign: | |
permissions: | |
issues: write | |
runs-on: ubuntu-latest | |
if: github.repository_owner == 'web-infra-dev' | |
steps: | |
- name: mark assignee | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'mark-assignees' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
require-permission: "none" |