Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit ab7a6f7

Browse files
Merge pull request #12 from cats-oss/add-action
dogfooding: Enable this action to this repository
2 parents e9c3b2f + de3aa44 commit ab7a6f7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/main.workflow

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "Detect unmergeable PRs" {
2+
on = "push"
3+
resolves = ["detect_unmergeable_pull_request_and_mark_them"]
4+
}
5+
6+
action "detect_unmergeable_pull_request_and_mark_them" {
7+
uses = "cats-oss/github-action-detect-unmergeable@application-code"
8+
secrets = ["GITHUB_TOKEN"]
9+
}

0 commit comments

Comments
 (0)