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 #102 from tetsuharuohzeki/readme
Browse files Browse the repository at this point in the history
Mention about removing the added label
  • Loading branch information
tetsuharuohzeki authored Jul 8, 2020
2 parents 1652887 + f03b9ba commit d97004d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
3. If the pull request is not mergeable (unmergeable), this action do:
* Comment to the pull request about the changeset which might breaks it.
* Change the label for its pull request to mark that it is unmergeable.
* This action can remove the added label if the PR's conflict is resolved by rebasing or others (_optional_).


## Motivation
Expand Down Expand Up @@ -57,3 +58,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
#### Debugging
If you have some troubles, please try to see information
by inserting the below snippet to `steps` section for this workflow.

```yaml
- name: Dump GitHub Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "${GITHUB_CONTEXT}"
```

0 comments on commit d97004d

Please sign in to comment.