Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
(cherry picked from commit ff74d85)
  • Loading branch information
mark9804 authored and zzyyyl committed Dec 2, 2023
1 parent e3805fe commit 5d338bd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ labels:
- name: label-1
# Add `bug` label if issue contains the word `Bug` or `bug`; Remove if not
content: bug
regexes:
- '[Bb]ug'
regexes: '[Bb]ug'
- name: enhancement
# Add `enhancement` label if issue match all of the regexes; Remove if not; Skip if the label `bug` have been added;
regexes:
- '[Ee]nhancement'
- '[Ff]eature [Rr]equest'
regexes: '[Ee]nhancement|[Ff]eature [Rr]equest'
skip-if:
- label-1
- name: label-3
Expand Down Expand Up @@ -86,7 +83,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: zzyyyl/issue-checker@v1.4
- uses: zzyyyl/issue-checker@v1.7
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue-checker.yml
Expand Down

0 comments on commit 5d338bd

Please sign in to comment.