parent
7e022e0e98
commit
4ae8111742
1 changed files with 0 additions and 29 deletions
29
.github/venue-labels.workflow
vendored
29
.github/venue-labels.workflow
vendored
|
@ -1,29 +0,0 @@
|
|||
workflow "Add venue information to gig issue" {
|
||||
on = "issues"
|
||||
resolves = [
|
||||
"debug",
|
||||
"Add venue information",
|
||||
]
|
||||
}
|
||||
|
||||
action "Not close issue" {
|
||||
uses = "actions/bin/filter@master"
|
||||
args = "not action closed"
|
||||
}
|
||||
|
||||
action "Has article identifier" {
|
||||
uses = "actions/bin/filter@master"
|
||||
needs = ["Not close issue"]
|
||||
args = ["label", "papers"]
|
||||
}
|
||||
|
||||
action "debug" {
|
||||
needs = ["Has article identifier"]
|
||||
uses = "actions/bin/debug@master"
|
||||
}
|
||||
|
||||
action "Update Article Information" {
|
||||
uses = "docker://uribo/bucky"
|
||||
needs = ["Has article identifier"]
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
}
|
Loading…
Reference in a new issue