Update workflows
This commit is contained in:
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
stale:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'wg-easy'
|
||||
if: gitea.repository_owner == 'heckyel'
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
@@ -31,5 +31,5 @@ jobs:
|
||||
days-before-pr-close: 14
|
||||
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity."
|
||||
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale."
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo-token: ${{ secrets.GITEA_TOKEN }}
|
||||
operations-per-run: 100
|
||||
|
||||
Reference in New Issue
Block a user