Skip to content

Commit

Permalink
doc: update version in doc from v1.0.3 to the current v.1.0.6 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyang authored Aug 19, 2022
1 parent 573897b commit 97f03ff
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
on:
push:
branches:
- master
push:
branches:
- master

jobs:
check_pr_labels_job:
runs-on: ubuntu-latest
name: A job to check the PR labels contain given labels
steps:
- name: Check PR labels action step
id: check_pr_labels
uses: shioyang/check-pr-labels-on-push-action@v1.0.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["enhancement"]'
- name: See result
run: echo "${{ steps.check_pr_labels.outputs.result }}"
check_pr_labels_job:
runs-on: ubuntu-latest
name: A job to check the PR labels contain given labels
steps:
- name: Check PR labels action step
id: check_pr_labels
uses: shioyang/check-pr-labels-on-push-action@v1.0.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["enhancement"]'
- name: See result
run: echo "${{ steps.check_pr_labels.outputs.result }}"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The result if given labels have be applied to the PR
## Example Usage

```
uses: shioyang/check-pr-labels-on-push-action@v1.0.3
uses: shioyang/check-pr-labels-on-push-action@v1.0.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["label-1", "label-2"]'
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- name: Check PR labels action step
id: check_pr_labels
uses: shioyang/check-pr-labels-on-push-action@v1.0.3
uses: shioyang/check-pr-labels-on-push-action@v1.0.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["enhancement"]'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-pr-labels-on-push-action",
"version": "1.0.5",
"version": "1.0.6",
"main": "index.js",
"repository": "git@github.com:shioyang/check-pr-labels-on-push-action.git",
"author": "Tomohiro (Tomo) SHIOYA",
Expand Down

0 comments on commit 97f03ff

Please sign in to comment.