-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add unlock-lock-issue workflow (#373)
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
"🚦 status: awaiting approval": | ||
issues: | ||
comment: > | ||
To reduce notifications, issues are locked until they are valid/approved and to be assigned. In the meantime read the contributing guidelines -> https://github.com/Dun-sin/Whisper/blob/main/CONTRIBUTING.md | ||
unlock: true | ||
lock: true | ||
|
||
"🏁 status: ready for dev": | ||
issues: | ||
comment: > | ||
The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. | ||
unlock: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: "lock/unlock issue" | ||
|
||
on: | ||
issues: | ||
types: labeled | ||
|
||
permissions: | ||
issues: write | ||
|
||
jobs: | ||
action: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dessant/label-actions@v3 | ||
with: | ||
process-only: issues | ||
config-path: .github/config/lock_unlock_issue.yml |
0140ddb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
whisper – ./
anon-chat-app.vercel.app
whisper-git-main-dun-sin.vercel.app
whisper-dun-sin.vercel.app
whischat.vercel.app