mirror of
https://github.com/lbonn/rofi
synced 2024-11-14 16:17:11 +00:00
[Workflow] Run from local fork.
This commit is contained in:
parent
abad916ce8
commit
40aeb3517c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
uses: actions/checkout@v1
|
||||
|
||||
- name: Automatically close issues that don't follow the issue template
|
||||
uses: ergo720/auto-close-issues@v1.0.4
|
||||
uses: davatorium/auto-close-issues@v1.0.4
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template." # optional property
|
||||
|
|
Loading…
Reference in a new issue