Skip to content

Commit

Permalink
Resolve for AtmegaBuzz#27 Setup github action for closing issue if me…
Browse files Browse the repository at this point in the history
…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.
9 changes: 8 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"

0 comments on commit 4bad1bf

Please sign in to comment.