Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #480 from LizardByte/nightly
Browse files Browse the repository at this point in the history
Pulling nightly into master
  • Loading branch information
ReenigneArcher authored Apr 18, 2023
2 parents 6c8d20c + 56f81f9 commit 284794b
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/auto-update-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,12 @@ jobs:
if: >-
startsWith(github.event.label.name, 'add-') &&
steps.update.outputs.exception == 'false'
uses: peter-evans/close-issue@v3
with:
close-reason: completed
comment: |
This plugin has been added/updated and will be available on the next daily scheduled update.
token: ${{ secrets.GH_BOT_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
run: |
comment="This plugin has been added/updated and will be available on the next daily scheduled update."
close_reason="completed"
lock_reason="resolved"
- name: Lock Issue
if: >-
startsWith(github.event.label.name, 'add-') &&
steps.update.outputs.exception == 'false'
uses: OSDKDev/lock-issues@v1.1
with:
repo-token: ${{ secrets.GH_BOT_TOKEN }}
gh issue close ${{ github.event.issue.number }} --comment "${comment}" --reason "${close_reason}"
gh issue lock ${{ github.event.issue.number }} --reason "${lock_reason}"

0 comments on commit 284794b

Please sign in to comment.