diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-07-03 18:54:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-03 18:54:56 +0300 |
| commit | cd5d760a301de1c9461782e127348732954dd962 (patch) | |
| tree | b5c4d45ae5e40babd4581020ba1eb4ea3025bed8 /.github/workflows/check-stale.yml | |
| parent | 5b4d6d235a84bb39b44b9bf443eb25a33a550b03 (diff) | |
| download | vyos-cloud-init-rolling.tar.gz vyos-cloud-init-rolling.zip | |
ci: T9047: grant issues: write to stale workflow token (#113)rolling
Diffstat (limited to '.github/workflows/check-stale.yml')
| -rw-r--r-- | .github/workflows/check-stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-stale.yml b/.github/workflows/check-stale.yml index 1b173f50..e47e6ee0 100644 --- a/.github/workflows/check-stale.yml +++ b/.github/workflows/check-stale.yml @@ -4,6 +4,7 @@ on: - cron: "0 0 * * *" permissions: + issues: write pull-requests: write contents: read |
