Skip to content

Commit b966a57

Browse files
committed
add stale branches
1 parent f330544 commit b966a57

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)