Skip to content

Commit

Permalink
Adapt workflow to avoid lable 'High Priority'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jun 18, 2024
1 parent 53551e9 commit f8995d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/HighPriorityIssues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Create or label issue
run: |
if [ "$MIRROR_ISSUE_NUMBER" == "" ]; then
gh issue create --repo duckdblabs/duckdb-internal --label "Wasm" --label "High Priority" --title "$TITLE_PREFIX - $PUBLIC_ISSUE_TITLE" --body "See https://github.com/duckdb/duckdb-wasm/issues/${{ github.event.issue.number }}"
gh issue create --repo duckdblabs/duckdb-internal --label "Wasm" --title "$TITLE_PREFIX - $PUBLIC_ISSUE_TITLE" --body "See https://github.com/duckdb/duckdb-wasm/issues/${{ github.event.issue.number }}"
fi

0 comments on commit f8995d6

Please sign in to comment.