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 85a0b77 commit 756cbd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- name: Load data
uses: actions/checkout@v3
- name: Add labels
- name: lock-issues
uses: actions-cool/issues-helper@v3
with:
#actions: 'add-labels'
actions: 'lock-issues'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'bug'
labels: 'inactive'

0 comments on commit 756cbd6

Please sign in to comment.