We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7224b commit 0cb321aCopy full SHA for 0cb321a
.github/workflows/AutoIssueAssign.yml
@@ -0,0 +1,25 @@
1
+name: (Scheduled) Auto issue assign
2
+
3
+permissions:
4
+ issues: write
5
6
+on:
7
+ schedule:
8
+ - cron: "0 17 * * *"
9
10
+ workflow_dispatch:
11
12
13
+jobs:
14
15
+ stale-branch:
16
+ if: github.repository_owner == 'MicrosoftDocs'
17
+ uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoIssueAssign.yml@workflows-prod
18
+ with:
19
+ PayloadJson: ${{ toJSON(github) }}
20
+ ExcludedUserList: '["user1", "user2"]'
21
22
+ secrets:
23
+ AccessToken: ${{ secrets.GITHUB_TOKEN }}
24
+ PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
25
+ ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
0 commit comments