Skip to content

Commit

Permalink
Merge pull request #202 from department-of-veterans-affairs/bp-193-re…
Browse files Browse the repository at this point in the history
…view-github-actions

#199 Deleting PR number, only sticking with issue number
  • Loading branch information
bellepx0 authored Nov 18, 2024
2 parents 82b5a3d + ee876e7 commit fe4dea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
uses: peter-evans/create-or-update-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number || github.event.pull_request.number }}
issue-number: ${{ github.event.issue.number }}
body: "Status: Done"

0 comments on commit fe4dea3

Please sign in to comment.