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 3f0926e commit 4135d38Copy full SHA for 4135d38
.github/workflows/external-contributors.yml
@@ -36,7 +36,7 @@ jobs:
36
author_association: ${{ github.event.pull_request.author_association }}
37
38
- name: Create PR with changes
39
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c
+ uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
40
with:
41
# This token is scoped to Daniel Griesser
42
# If we used the default GITHUB_TOKEN, the resulting PR would not trigger CI :(
0 commit comments