Skip to content

Commit 137d168

Browse files
authored
Update to latest repo-sync/pull-request to fix bash error (#16203)
1 parent e122f8c commit 137d168

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/allowed-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = [
3131
'rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9',
3232
'rachmari/labeler@832d42ec5523f3c6d46e8168de71cd54363e3e2e',
3333
'repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88',
34-
'repo-sync/pull-request@58af525d19d3c2b4f744d3348c6823b6340a4921',
34+
'repo-sync/pull-request@33777245b1aace1a58c87a29c90321aa7a74bd7d',
3535
'rtCamp/action-slack-notify@e17352feaf9aee300bf0ebc1dfbf467d80438815',
3636
'tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0'
3737
]

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
github_token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
4646

4747
- name: Create pull request
48-
uses: repo-sync/pull-request@58af525d19d3c2b4f744d3348c6823b6340a4921
48+
uses: repo-sync/pull-request@33777245b1aace1a58c87a29c90321aa7a74bd7d
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
5151
with:

0 commit comments

Comments
 (0)