Skip to content

Commit

Permalink
Update lock.yml
Browse files Browse the repository at this point in the history
Retry with organization settings updated... keep forgetting we have this locked down.
  • Loading branch information
Martii authored Nov 15, 2023
1 parent eeb4c1c commit d8c57d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
permissions:
issues: write
pull-requests: write
discussions: write

concurrency:
group: lock-threads
Expand All @@ -16,7 +17,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
issue-inactive-days: '1'
Expand Down

1 comment on commit d8c57d9

@Martii
Copy link
Member Author

@Martii Martii commented on d8c57d9 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manual run SUCCESS

Please sign in to comment.