Skip to content

Commit

Permalink
chore: fix typo in issue reopen yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Oct 11, 2022
1 parent a7c50de commit 9fe273b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reopen-issue-on-comment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Remove awaiting response label
name: Reopen closed issue on comment

on:
issue_comment:
Expand All @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Reopen closed issue
- name: Reopen closed issue on comment
uses: octokit/[email protected]
continue-on-error: true
with:
Expand All @@ -21,4 +21,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUEST_BODY: |
{"state":"open"}
{"state":"open"}

0 comments on commit 9fe273b

Please sign in to comment.