We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5abf486 + 6b05069 commit 31b3127Copy full SHA for 31b3127
1 file changed
.github/workflows/AutoIssueAssign.yml
@@ -5,7 +5,7 @@ permissions:
5
6
on:
7
schedule:
8
- - cron: "22 21 * * *"
+ - cron: "26 21 * * *"
9
10
workflow_dispatch:
11
@@ -14,7 +14,7 @@ jobs:
14
15
stale-branch:
16
if: github.repository_owner == 'MicrosoftDocs'
17
- uses: MicrosoftDocs/max-cpub-test/.github/workflows/Shared-AutoIssueAssign.yml@main
+ uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoIssueAssign.yml@workflows-prod
18
with:
19
PayloadJson: ${{ toJSON(github) }}
20
ExcludedUserList: '["user1", "user2"]'
0 commit comments