Skip to content

Commit

Permalink
Remove outdate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justinretzolk committed Jul 24, 2023
1 parent f32d643 commit 162cf0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
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 }}
- name: 'Ready Partner Pull Requests'
# since we're not setting a status here, we don't need the ugly extra bit from above
if: contains(github.event.pull_request.labels.*.name, 'partner') && !github.event.pull_request.draft
run: |
PROJECT_ITEM_ID=$(gh project item-add ${{ env.PROJECT_NUMBER }} --owner "hashicorp" --url ${{ env.ITEM_URL }})
Expand Down

0 comments on commit 162cf0b

Please sign in to comment.