Skip to content

Commit 01e274d

Browse files
Merge pull request #1172 from MicrosoftDocs/main
[AutoPublish] main to live - 03/20 20:11 PDT | 03/21 08:41 IST
2 parents 2900845 + 3d5f00b commit 01e274d

File tree

1 file changed

+25
-0
lines changed

1 file changed

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

Comments
 (0)