[CURA-12675] workaround for anti-virus forcing version of DLL on Cura #22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: process-pull-request | |
on: | |
pull_request_target: | |
types: [opened, reopened, edited, synchronize, review_requested, ready_for_review, assigned] | |
jobs: | |
add_label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions-ecosystem/action-add-labels@v1 | |
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} | |
with: | |
labels: 'PR: Community Contribution :crown:' |