Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit bcc1ca7

Browse files
Merge pull request #50 from technote-space/release/next-v1.6.2
release: v1.6.3
2 parents be26b60 + 8078fa1 commit bcc1ca7

9 files changed

+464
-452
lines changed

Diff for: .github/workflows/broken-link-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 10
1414
steps:
15-
- uses: technote-space/auto-cancel-redundant-job@gh-actions
15+
- uses: technote-space/auto-cancel-redundant-workflow@gh-actions
1616
with:
1717
EXCLUDE_MERGED: 'true'
1818
- name: Broken Link Check

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
env:
1111
LINT: 1
1212
steps:
13-
- uses: technote-space/auto-cancel-redundant-job@gh-actions
13+
- uses: technote-space/auto-cancel-redundant-workflow@gh-actions
1414
with:
1515
EXCLUDE_MERGED: 'true'
1616
- name: Set running flag

Diff for: .github/workflows/sync-workflows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 5
1414
steps:
15-
- uses: technote-space/auto-cancel-redundant-job@gh-actions
15+
- uses: technote-space/auto-cancel-redundant-workflow@gh-actions
1616
- name: Sync workflows
1717
uses: technote-space/create-pr-action@v2
1818
with:

Diff for: .github/workflows/update-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: env.RUNNING1
2525
with:
2626
CONFIG_FILENAME: workflow-settings.json
27-
- uses: technote-space/auto-cancel-redundant-job@gh-actions
27+
- uses: technote-space/auto-cancel-redundant-workflow@gh-actions
2828
if: env.RUNNING1
2929
with:
3030
EXCLUDE_MERGED: 'true'

Diff for: README.ja.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Auto Cancel Redundant Job
1+
# Auto Cancel Redundant Workflow
22

3-
[![CI Status](https://github.com/technote-space/auto-cancel-redundant-job/workflows/CI/badge.svg)](https://github.com/technote-space/auto-cancel-redundant-job/actions)
4-
[![codecov](https://codecov.io/gh/technote-space/auto-cancel-redundant-job/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/auto-cancel-redundant-job)
5-
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-job/badge)](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-job)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/auto-cancel-redundant-job/blob/master/LICENSE)
3+
[![CI Status](https://github.com/technote-space/auto-cancel-redundant-workflow/workflows/CI/badge.svg)](https://github.com/technote-space/auto-cancel-redundant-workflow/actions)
4+
[![codecov](https://codecov.io/gh/technote-space/auto-cancel-redundant-workflow/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/auto-cancel-redundant-workflow)
5+
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-workflow/badge)](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-workflow)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/auto-cancel-redundant-workflow/blob/master/LICENSE)
77

88
*Read this in other languages: [English](README.md), [日本語](README.ja.md).*
99

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
# この GitHub Actions をこの workflow の中でできるだけ早く少なくとも一度は使用してください。
45-
- uses: technote-space/auto-cancel-redundant-job@v1
45+
- uses: technote-space/auto-cancel-redundant-workflow@v1
4646
# Run any steps
4747
- name: any steps
4848
run: echo test
@@ -65,13 +65,13 @@ e.g.
6565

6666
## スクリーンショット
6767
### キャンセル中
68-
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/cancelling.png)
68+
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelling.png)
6969

7070
### キャンセルされたジョブ
71-
![cancelled](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/cancelled.png)
71+
![cancelled](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelled.png)
7272

7373
### 結果
74-
![result](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/result.png)
74+
![result](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/result.png)
7575

7676
## Outputs
7777
| name | description | e.g. |

Diff for: README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Auto Cancel Redundant Job
1+
# Auto Cancel Redundant Workflow
22

3-
[![CI Status](https://github.com/technote-space/auto-cancel-redundant-job/workflows/CI/badge.svg)](https://github.com/technote-space/auto-cancel-redundant-job/actions)
4-
[![codecov](https://codecov.io/gh/technote-space/auto-cancel-redundant-job/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/auto-cancel-redundant-job)
5-
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-job/badge)](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-job)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/auto-cancel-redundant-job/blob/master/LICENSE)
3+
[![CI Status](https://github.com/technote-space/auto-cancel-redundant-workflow/workflows/CI/badge.svg)](https://github.com/technote-space/auto-cancel-redundant-workflow/actions)
4+
[![codecov](https://codecov.io/gh/technote-space/auto-cancel-redundant-workflow/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/auto-cancel-redundant-workflow)
5+
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-workflow/badge)](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-workflow)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/auto-cancel-redundant-workflow/blob/master/LICENSE)
77

88
*Read this in other languages: [English](README.md), [日本語](README.ja.md).*
99

10-
GitHub Actions to automatically cancel redundant jobs.
10+
GitHub Actions to automatically cancel redundant workflow.
1111

1212
## Table of Contents
1313

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
# Use this GitHub Actions at least once in this workflow as soon as possible.
45-
- uses: technote-space/auto-cancel-redundant-job@v1
45+
- uses: technote-space/auto-cancel-redundant-workflow@v1
4646
# Run any steps
4747
- name: any steps
4848
run: echo test
@@ -65,13 +65,13 @@ e.g.
6565

6666
## Screenshots
6767
### Cancelling jobs
68-
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/cancelling.png)
68+
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelling.png)
6969

7070
### Cancelled job
71-
![cancelled](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/cancelled.png)
71+
![cancelled](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelled.png)
7272

7373
### Result
74-
![result](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/result.png)
74+
![result](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/result.png)
7575

7676
## Outputs
7777
| name | description | e.g. |

Diff for: action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Auto Cancel Redundant Job
1+
name: Auto Cancel Redundant Workflow
22

3-
description: GitHub Actions to automatically cancel redundant jobs.
3+
description: GitHub Actions to automatically cancel redundant workflow.
44

55
author: technote-space
66

Diff for: package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "@technote-space/auto-cancel-redundant-job",
3-
"version": "1.6.2",
4-
"description": "GitHub Actions to automatically cancel redundant jobs.",
2+
"name": "@technote-space/auto-cancel-redundant-workflow",
3+
"version": "1.6.3",
4+
"description": "GitHub Actions to automatically cancel redundant workflow.",
55
"keywords": [
66
"github",
77
"github actions"
88
],
9-
"homepage": "https://github.com/technote-space/auto-cancel-redundant-job",
9+
"homepage": "https://github.com/technote-space/auto-cancel-redundant-workflow",
1010
"bugs": {
11-
"url": "https://github.com/technote-space/auto-cancel-redundant-job/issues"
11+
"url": "https://github.com/technote-space/auto-cancel-redundant-workflow/issues"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/technote-space/auto-cancel-redundant-job.git"
15+
"url": "https://github.com/technote-space/auto-cancel-redundant-workflow.git"
1616
},
1717
"license": "MIT",
1818
"author": {
@@ -48,17 +48,17 @@
4848
"@technote-space/github-action-test-helper": "^0.6.1",
4949
"@technote-space/release-github-actions-cli": "^1.7.1",
5050
"@types/jest": "^26.0.15",
51-
"@types/node": "^14.14.2",
52-
"@typescript-eslint/eslint-plugin": "^4.5.0",
53-
"@typescript-eslint/parser": "^4.5.0",
54-
"eslint": "^7.11.0",
51+
"@types/node": "^14.14.6",
52+
"@typescript-eslint/eslint-plugin": "^4.6.0",
53+
"@typescript-eslint/parser": "^4.6.0",
54+
"eslint": "^7.12.1",
5555
"husky": "^4.3.0",
56-
"jest": "^26.6.0",
57-
"jest-circus": "^26.6.0",
58-
"lint-staged": "^10.4.2",
56+
"jest": "^26.6.1",
57+
"jest-circus": "^26.6.1",
58+
"lint-staged": "^10.5.0",
5959
"nock": "^13.0.4",
60-
"ts-jest": "^26.4.1",
61-
"typescript": "^4.0.3"
60+
"ts-jest": "^26.4.3",
61+
"typescript": "^4.0.5"
6262
},
6363
"publishConfig": {
6464
"access": "public"

0 commit comments

Comments
 (0)