Skip to content

Commit

Permalink
TASK: Use github.base_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther authored Feb 19, 2023
1 parent bbc7e01 commit 1b51dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Add target branch label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: ${{ github.event.pull_request.base.ref }}
labels: ${{ github.base_ref }}
- name: Add feature label
if: startsWith(github.event.pull_request.title, 'FEATURE:')
uses: actions-ecosystem/action-add-labels@v1
Expand Down

0 comments on commit 1b51dae

Please sign in to comment.