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.
1 parent 994d1e8 commit 760fb23Copy full SHA for 760fb23
.github/workflows/Stale.yml
@@ -0,0 +1,19 @@
1
+name: (Scheduled) Mark stale pull requests
2
+
3
+permissions:
4
+ issues: write
5
+ pull-requests: write
6
7
+on:
8
+ schedule:
9
+ - cron: "0 */6 * * *"
10
+ workflow_dispatch:
11
12
+jobs:
13
+ stale:
14
+ uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-Stale.yml@workflows-prod
15
+ with:
16
+ RunDebug: false
17
+ RepoVisibility: ${{ github.repository_visibility }}
18
+ secrets:
19
+ AccessToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments