Skip to content

Commit 37a35fd

Browse files
author
testcafe-build-bot
committed
🔄 synced local '.github/workflows/' with remote 'workflows/'
1 parent 7d3fa80 commit 37a35fd

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

‎.github/workflows/check-security-alerts.yml‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ jobs:
2222
const securityChecker = new SecurityChecker(github, context, '${{secrets.SECURITY_ISSUE_REPO}}');
2323
2424
await securityChecker.check();
25+
26+
keepalive-job:
27+
name: Keepalive Workflow
28+
if: ${{ always() }}
29+
runs-on: ubuntu-latest
30+
permissions:
31+
contents: write
32+
steps:
33+
- uses: actions/checkout@v4
34+
- uses: gautamkrishnar/keepalive-workflow@v2
35+
with:
36+
gh_token: ${{ secrets.ACTIVE_TOKEN }}

‎.github/workflows/handle-stale.yml‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,16 @@ jobs:
1818
days-before-stale: 180
1919
days-before-close: 10
2020
exempt-issue-labels: "AREA: docs,FREQUENCY: critical,FREQUENCY: level 2,HELP WANTED,!IMPORTANT!,STATE: Need clarification,STATE: Need response,STATE: won't fix,support center"
21-
exempt-pr-labels: "AREA: docs,FREQUENCY: critical,FREQUENCY: level 2,HELP WANTED,!IMPORTANT!,STATE: Need clarification,STATE: Need response,STATE: won't fix,support center"
21+
exempt-pr-labels: "AREA: docs,FREQUENCY: critical,FREQUENCY: level 2,HELP WANTED,!IMPORTANT!,STATE: Need clarification,STATE: Need response,STATE: won't fix,support center"
22+
23+
keepalive-job:
24+
name: Keepalive Workflow
25+
if: ${{ always() }}
26+
runs-on: ubuntu-latest
27+
permissions:
28+
contents: write
29+
steps:
30+
- uses: actions/checkout@v4
31+
- uses: gautamkrishnar/keepalive-workflow@v2
32+
with:
33+
gh_token: ${{ secrets.ACTIVE_TOKEN }}

0 commit comments

Comments
 (0)