We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb6147d + bdd96dd commit 28af371Copy full SHA for 28af371
.github/workflows/stale.yml
@@ -3,6 +3,10 @@ on:
3
workflow_dispatch:
4
schedule:
5
- cron: "0 12 * * *"
6
+permissions:
7
+ contents: read
8
+ issues: write
9
+ pull-requests: write
10
jobs:
11
stale:
12
runs-on: ubuntu-latest
.github/workflows/tests.yml
@@ -2,8 +2,10 @@ name: GitHub Actions CI
2
on:
push:
branches: master
- pull_request: []
+ pull_request:
merge_group:
tests:
0 commit comments