Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 3c1a420e
authored
Apr 04, 2021
by
papb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meta: allow `meta` as commit scope
1 parent
ac368c96
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
.github/workflows/auto-remove-awaiting-response-label.yml
.github/workflows/auto-remove-awaiting-response-label.yml
0 → 100644
View file @
3c1a420
name
:
Auto-remove "awaiting response" label
on
:
issue_comment
:
types
:
[
created
]
jobs
:
auto-remove-awaiting-response-label
:
name
:
Run
runs-on
:
ubuntu-latest
env
:
# Case insensitive. Replace spaces with `%20`.
LABEL_TO_REMOVE
:
"
status:%20awaiting%20response"
steps
:
-
name
:
Run
run
:
|-
curl -X DELETE \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
"${{ github.event.comment.issue_url }}/labels/$LABEL_TO_REMOVE"
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment