Skip to content

Commit

Permalink
Merge pull request #1003 from guardrails-ai/dtam/stale_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel authored Aug 8, 2024
2 parents 9e1f4a8 + bbc427e commit dace66f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/autoclose_stale_issues_and_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
schedule:
- cron: '30 1 * * *'

# modify permissions to allow writing to issues and PRs
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dace66f

Please sign in to comment.