Skip to content

Commit

Permalink
[#55] Update getting branch name logic (#57)
Browse files Browse the repository at this point in the history
* [#55] Update getting branch name logic

* [#55] Update getting branch name logic
  • Loading branch information
mustafaozhan authored Jan 11, 2024
1 parent 80ce730 commit 1646372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
custom_field_values: '[{\"name\": \"Iteration\",\"type\": \"iteration\",\"value\": \"@current\"}]'

- name: 'Add config PR to "🏗 PR Review"'
if: github.event_name == 'pull_request' && && github.head_ref == 'repo-sync/Global/default' && (github.event.action == 'opened' || github.event.action == 'ready_for_review' || github.event.action == 'reopened')
if: github.event_name == 'pull_request' && github.head_ref == 'repo-sync/Global/default' && (github.event.action == 'opened' || github.event.action == 'ready_for_review' || github.event.action == 'reopened')
uses: leonsteinhaeuser/[email protected]
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 1646372

Please sign in to comment.