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

Commit

Permalink
Merge pull request #67 from saneyuki/rename
Browse files Browse the repository at this point in the history
Rename workflow definition to make it more meaningful
  • Loading branch information
tetsuharuohzeki authored Aug 9, 2019
2 parents 9304a4d + 158a243 commit 8af5af7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
on: push
name: Detect unmergeable PRs
on: push

jobs:
detect_unmergeable_pull_request_and_mark_them:
runs-on: ubuntu-latest
steps:
- name: detect_unmergeable_pull_request_and_mark_them
uses: cats-oss/github-action-detect-unmergeable@new-action
uses: cats-oss/github-action-detect-unmergeable@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8af5af7

Please sign in to comment.