Skip to content

Commit 708543c

Browse files
author
Bot
committed
change code submission branch name
1 parent 38046d5 commit 708543c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/code-submission-dispatcher.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ jobs:
3434
TabSize: ${{ env.TAB_SIZE }}
3535
LanguageIndex: ${{ env.LANGUAGE_INDEX }}
3636
delete-branch: true
37+
branch: code-submission/patch
3738
branch-suffix: short-commit-hash
39+
3840

.github/workflows/main-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
[[ "${{ steps.changes.outputs.files }}" =~ src/|config\.js|eslintrc|\.env|public/ ]] && echo "frontend=true" >> $GITHUB_ENV;
4040
[[ "${{ steps.changes.outputs.files }}" =~ package\.json ]] && echo "package_json=true" >> $GITHUB_ENV;
4141
[[ "${{ steps.changes.outputs.files }}" =~ \.github/|actions/ ]] && echo "github_actions=true" >> $GITHUB_ENV;
42-
[[ "${{ contains(github.event.head_commit.message, '[Code submission]') }}" == "true" || "${{ contains(github.head_ref, 'create-pull-request') }}" == "true" ]] && echo "code_submission=true" >> $GITHUB_ENV;
42+
[[ "${{ contains(github.event.head_commit.message, '[Code submission]') }}" == "true" || "${{ contains(github.head_ref, 'code-submission') }}" == "true" ]] && echo "code_submission=true" >> $GITHUB_ENV;
4343
exit 0;
4444
- name: 'Setup other env variables'
4545
# env variables are available only in next steps

0 commit comments

Comments
 (0)