Skip to content

Commit

Permalink
Add ignoreStatusCodes to make link_startrek workflow idempotent
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexfvk committed Jul 23, 2023
1 parent a7ee3de commit 2ea8a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/link_startrek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
"Link": "<${{ github.server_url }}/${{ github.repository }}/pull/${{ github.event.number }}>; rel=\"relates\"",
"Authorization": "OAuth ${{ secrets.OAUTH_STARTREK_TOKEN }}"
}
ignoreStatusCodes: '409'

0 comments on commit 2ea8a9b

Please sign in to comment.