We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49eeaaf commit 5f0be92Copy full SHA for 5f0be92
.github/workflows/pr-stale.yaml
@@ -0,0 +1,18 @@
1
+name: pr-stale
2
+on:
3
+ schedule:
4
+ - cron: '30 1 * * *'
5
+
6
+permissions: {}
7
8
+jobs:
9
+ stale:
10
+ runs-on: ubuntu-latest
11
+ permissions:
12
+ issues: write
13
+ steps:
14
+ - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
15
+ with:
16
+ days-before-close: '120'
17
+ stale-pr-label: stale
18
+ repo-token: ${{ github.token }}
.github/workflows/scorecard.yaml
@@ -9,8 +9,7 @@ on:
permissions: {}
jobs:
- analysis:
- name: Scorecard analysis
+ scorecard:
runs-on: ubuntu-latest
permissions:
security-events: write
0 commit comments