diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-08-03 18:11:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 18:11:45 +0300 |
commit | a3fe142f77e8f166914a130523dbd6702ac539c6 (patch) | |
tree | 874b2ec75f31cea1d867ac7da64b120a340283fd /.github/workflows/check-stale.yml | |
parent | bcbcea678f2b892a8f76c8383ae10175e6007de0 (diff) | |
parent | e7a5bc85dd5d6eb63f9aab6f9b06c87a3a59b250 (diff) | |
download | vyatta-bash-a3fe142f77e8f166914a130523dbd6702ac539c6.tar.gz vyatta-bash-a3fe142f77e8f166914a130523dbd6702ac539c6.zip |
Merge pull request #6 from vyos/mergify/bp/equuleus/pr-3equuleus
T6540: added workflows (current) (backport #3)
Diffstat (limited to '.github/workflows/check-stale.yml')
-rw-r--r-- | .github/workflows/check-stale.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/check-stale.yml b/.github/workflows/check-stale.yml new file mode 100644 index 0000000..66659f4 --- /dev/null +++ b/.github/workflows/check-stale.yml @@ -0,0 +1,13 @@ +name: "Issue and PR stale management" +on: + schedule: + - cron: "0 0 * * *" + +permissions: + pull-requests: write + contents: read + +jobs: + stale: + uses: vyos/.github/.github/workflows/check-stale.yml@equuleus + secrets: inherit |