Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 64844de

Browse files
authored
Update main.workflow
1 parent d0a963f commit 64844de

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/main.workflow

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
workflow "Close non template issues" {
2+
on = "issues"
3+
resolves = ["Filters for GitHub Actions"]
4+
}
5+
6+
action "Filters for GitHub Actions" {
7+
uses = "helaili/github-graphql-action@f9197781e4fe192857ae3a20eb7b028b78097d38"
8+
args = "--query .github/graph_ql/query_issue.yaml --log true"
9+
secrets = ["GITHUB_TOKEN"]
10+
}

0 commit comments

Comments
 (0)