我想问问,中文用户如何让中英文样式同时存在 #3179
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: 'Automated tagging for PRs and issues' | |
on: | |
issues: | |
types: [opened, edited, closed] | |
issue_comment: | |
types: [created, edited, closed] | |
permissions: {} | |
jobs: | |
label: | |
permissions: | |
issues: write # to add label to an issues (retorquere/label-gun) | |
pull-requests: write # to add label, comment on pull request (retorquere/label-gun) | |
runs-on: ubuntu-latest | |
steps: | |
- uses: retorquere/[email protected] | |
with: | |
token: ${{ github.token }} | |
label.awaiting: "waiting-for-response-from-contributor" |