Skip to content

Commit

Permalink
Update (fix) stale issue action
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Nov 8, 2024
1 parent dcad812 commit 746d0c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- cron: '0 0 * * *'

permissions:
actions: write
issues: write
pull-requests: write

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
schedule:
- cron: '0 7 * * *'

permissions:
actions: write
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
Expand All @@ -21,7 +26,6 @@ jobs:
close-issue-label: 'closed'
close-pr-label: 'closed'
exempt-issue-labels: 'bug,enhancement,documentation,waiting,keep'
exempt-pr-labels: 'waiting,keep'
exempt-all-milestones: true
exempt-all-assignees: true
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}

0 comments on commit 746d0c3

Please sign in to comment.