Update workflows

This commit is contained in:
2024-08-10 12:38:08 +08:00
parent a18a715f6f
commit 3ab24487d4
8 changed files with 25 additions and 70 deletions

View File

@@ -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