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

Commit 8af5af7

Browse files
Merge pull request #67 from saneyuki/rename
Rename workflow definition to make it more meaningful
2 parents 9304a4d + 158a243 commit 8af5af7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push.yml renamed to .github/workflows/detect_unmergeable_pull_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
on: push
21
name: Detect unmergeable PRs
2+
on: push
3+
34
jobs:
45
detect_unmergeable_pull_request_and_mark_them:
56
runs-on: ubuntu-latest
67
steps:
78
- name: detect_unmergeable_pull_request_and_mark_them
8-
uses: cats-oss/github-action-detect-unmergeable@new-action
9+
uses: cats-oss/github-action-detect-unmergeable@master
910
env:
1011
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)