Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
ci: allow stale action to be run manually and fix permissions (#336)
Browse files Browse the repository at this point in the history
* ci: allow stale action to be run manually

* ci: add missing permissions to stale action
  • Loading branch information
danroc authored Jun 5, 2024
1 parent dcf7d5d commit 1e61f31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: 'Close stale issues and PRs'

on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write
pull-requests: write

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

0 comments on commit 1e61f31

Please sign in to comment.