Skip to content

Commit

Permalink
Merge branch 'master' into imageobjectdeffix
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle authored Feb 10, 2024
2 parents c41ac76 + b427cd7 commit be6d030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
- name: Apply Size Label
if: ${{ github.ref != 'refs/heads/master' }}
if: (github.event_name == 'pull_request_target' && github.head_ref != 'refs/heads/master')
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit be6d030

Please sign in to comment.