Message ID is set to were but these translations still referenced old… #269
Workflow file for this run
This file contains 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, review_requested, ready_for_review, assigned ] | |
# FIXME: Use `main` instead of `CURA-10831` once merged | |
jobs: | |
add_label: | |
uses: ultimaker/cura-workflows/.github/workflows/process-pull-request.yml@main | |
secrets: inherit |