We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57602be commit b644f71Copy full SHA for b644f71
.github/workflows/issues.yml
@@ -110,7 +110,7 @@ jobs:
110
run: |
111
PROJECT_ITEM_ID=$(gh project item-add ${{ env.PROJECT_NUMBER }} --owner "hashicorp" --url ${{ env.ITEM_URL }} --format json | jq '.id')
112
gh project item-edit --id "$PROJECT_ITEM_ID" --project-id ${{ env.PROJECT_ID }} --field-id ${{ env.VIEW_FIELD_ID }} --single-select-option-id ${{ vars.team_project_view_working_board }}
113
-
+
114
- name: 'Labeled Regression'
115
if: github.event.label.name == 'regression'
116
env:
0 commit comments