Skip to content

Commit

Permalink
comment out project card for now
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Sep 3, 2024
1 parent 6d74f7d commit bc6e214
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ jobs:
- name: Check the verification status of commits
if: steps.cpr.outputs.pull-request-commits-verified != needs.beforeTest.outputs.sign-commits
run: exit 1
# Create a project card
- name: Create or Update Project Card
uses: peter-evans/create-or-update-project-card@v3
with:
project-name: Example Project
column-name: To do
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
# # Create a project card
# - name: Create or Update Project Card
# uses: peter-evans/create-or-update-project-card@v3
# with:
# project-name: Example Project
# column-name: To do
# issue-number: ${{ steps.cpr.outputs.pull-request-number }}
# Add a label (to test that it won't be removed on update)
- name: Add label
uses: actions/github-script@v7
Expand Down Expand Up @@ -249,13 +249,13 @@ jobs:
- name: Check the verification status of commits
if: steps.cpr.outputs.pull-request-commits-verified != needs.beforeTest.outputs.sign-commits
run: exit 1
# Update the project card
- name: Create or Update Project Card
uses: peter-evans/create-or-update-project-card@v3
with:
project-name: Example Project
column-name: To do
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
# # Update the project card
# - name: Create or Update Project Card
# uses: peter-evans/create-or-update-project-card@v3
# with:
# project-name: Example Project
# column-name: To do
# issue-number: ${{ steps.cpr.outputs.pull-request-number }}


testIdenticalChangeCreate:
Expand Down

0 comments on commit bc6e214

Please # to comment.