Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Oct 30, 2023
1 parent 3502d3f commit fbba839
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -17,13 +17,17 @@ jobs:
steps:
- name: Load data
uses: actions/checkout@v3
- name: Please Star First
uses: qxip/please-star-light@v4
- name: Set Issues
uses: zlus/action-extract-issues@1.0.0
id: set_issues
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
message: "Please star this repository to motivate developers! :star:"
#label: "stargazed"
autoclose: true
match-reg: 'test +#(\d+)'
add-labels: enhancement
remove-labels: bug
add-comment: |
already fixed.
- name: lock-issues
uses: actions-cool/issues-helper@v3
with:

0 comments on commit fbba839

Please sign in to comment.