Skip to content

Commit

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

Change update-issue-status.yml
  • Loading branch information
bellepx0 authored Nov 18, 2024
2 parents d5d7de3 + b8f8eba commit 479c849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-user-from-label.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto-label Issues
name: Auto-assign user from issue label

on:
issues:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update Issue Status to "Done"
uses: actions-ecosystem/action-update-comment@v1
uses: peter-evans/create-or-update-comment@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_number: ${{ github.event.issue.number }}
comment: "Status: Done"
token: ${{ secrets.GITHUB_TOKEN }} # Correct input for the token
issue-number: ${{ github.event.issue.number }}
body: "Status: Done"

0 comments on commit 479c849

Please sign in to comment.