We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f330544 commit b966a57Copy full SHA for b966a57
1 file changed
.github/workflows/manage_stale_branches.yml
@@ -0,0 +1,22 @@
1
+name: Manage Stale Branches
2
+
3
+permissions:
4
+ contents: write
5
6
+on:
7
+ workflow_dispatch:
8
9
10
+jobs:
11
12
+ stale-branch:
13
+ if: github.repository_owner == 'MicrosoftDocs'
14
+ uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
15
+ with:
16
+ PayloadJson: ${{ toJSON(github) }}
17
+ RepoBranchSkipList: '[
18
+ "automation"
19
+ ]'
20
+ ReportOnly: true
21
+ secrets:
22
+ AccessToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments