Skip to content

Commit

Permalink
Merge pull request #1490 from Avaiga/fix/update-permission-of-manage_…
Browse files Browse the repository at this point in the history
…stale_issues-action

Fix - Update permission of manage stale issues action
  • Loading branch information
trgiangdo authored Jul 8, 2024
2 parents 5e56e29 + a92375a commit 4ee089a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manage-stale-issue-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
schedule:
# Run once every day at 9 AM UTC
- cron: 00 9 * * *
workflow_dispatch:

jobs:
stale-issues-and-prs:
name: Comment on possible stable issues and PRs, and close stale PRs
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
with:
Expand All @@ -30,6 +34,8 @@ jobs:
unassign-issues-labeled-waiting-for-contributor-after-14-days-of-inactivity:
name: Unassign issues labeled \"🥶Waiting for contributor\" after 14 days of inactivity.
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: boundfoxstudios/action-unassign-contributor-after-days-of-inactivity@v1
with:
Expand Down

0 comments on commit 4ee089a

Please sign in to comment.