We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fde84f commit 94cd99aCopy full SHA for 94cd99a
.github/workflows/add-milestone-to-pull-requests.yaml
@@ -17,6 +17,8 @@ jobs:
17
- name: Add milestone to merged pull requests
18
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 7.0.1
19
with:
20
+ retries: 3
21
+ retry-exempt-status-codes: 400,401
22
script: |
23
// Get project milestones
24
const response = await github.rest.issues.listMilestones({
0 commit comments