forked from AtmegaBuzz/BookCab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve for AtmegaBuzz#27 Setup github action for closing issue if me…
…ntioned in pr
- Loading branch information
DBHai60
committed
Nov 16, 2022
1 parent
7f3488c
commit 4bad1bf
Showing
1 changed file
with
8 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -21,4 +21,11 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
pip install -r requirements.txt | ||
python -m pytest | ||
python -m pytest | ||
autoclose: | ||
steps: | ||
- name: Issues Auto-close | ||
- uses: roots/[email protected] | ||
with: | ||
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template" | ||
issue-pattern: ".*guidelines for Contributing.*" |