Skip to content

Commit

Permalink
ci(workflows): sync workflow and job names
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 25, 2022
1 parent 198561e commit b52337a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lock-inactive-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
issues: write
pull-requests: write
jobs:
lock:
lock-inactive-threads:
runs-on: ubuntu-latest
steps:
- id: lock
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/no-response-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ on:
permissions:
issues: write
jobs:
handler:
no-response-handler:
runs-on: ubuntu-latest
steps:
- id: close
name: Close issues after 14 days
uses: lee-dohm/no-response@v0.5.0
with:
closeComment: >
closeComment: |
This issue has been automatically closed because there has been no response to our
request for more information from the original author. With only the information that is
currently available, there isn't enough information to take action. Please reach out if
Expand Down

0 comments on commit b52337a

Please sign in to comment.