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 e14c65c
Show file tree
Hide file tree
Showing 2 changed files with 6 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
7 changes: 5 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 @@ -23,5 +28,3 @@ jobs:
exempt-issue-labels: 'bug,enhancement,documentation,waiting,keep'
exempt-all-milestones: true
exempt-all-assignees: true
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}

0 comments on commit e14c65c

Please sign in to comment.