Skip to content

Commit 51f3cfa

Browse files
authored
release: v1.7.1 (#737)
* release: v1.7.1 * ci: run local action on PRs, etc.
1 parent 2197723 commit 51f3cfa

File tree

10 files changed

+27533
-11990
lines changed

10 files changed

+27533
-11990
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR Lint
1+
name: CI
22

33
on:
44
pull_request:
@@ -7,19 +7,30 @@ on:
77
#
88
# Possible values: https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
99
types: [opened, edited, reopened, synchronize]
10+
push:
11+
branches:
12+
- main
1013

1114
jobs:
1215
pr-lint:
16+
name: Test PR Lint
1317
runs-on: ubuntu-latest
18+
1419
steps:
15-
- uses: morrisoncole/pr-lint-action@main
20+
- name: Checkout
21+
id: checkout
22+
uses: actions/checkout@v4
23+
24+
- name: Test Action
25+
id: test-action
26+
uses: ./
1627
with:
1728
title-regex: "#[eE][xX]-[0-9]+"
1829
on-failed-regex-fail-action: false
1930
on-failed-regex-create-review: true
2031
on-failed-regex-request-changes: false
2132
on-failed-regex-comment:
22-
"This is just an example. Failed regex: `%regex%`!"
33+
"Failed regex: `%regex%`!"
2334
on-succeeded-regex-dismiss-review-comment:
24-
"This is just an example. Success!"
35+
"Succeeded regex, dismissing review."
2536
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

-363
This file was deleted.

.yarnrc.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
nodeLinker: node-modules
22

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5-
spec: "@yarnpkg/plugin-interactive-tools"
6-
73
yarnPath: .yarn/releases/yarn-4.1.0.cjs

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pr-lint:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: morrisoncole/pr-lint-action@v1.7.0
31+
- uses: morrisoncole/pr-lint-action@v1.7.1
3232
with:
3333
# Note: if you have branch protection rules enabled, the `GITHUB_TOKEN` permissions
3434
# won't cover dismissing reviews. Your options are to pass in a custom token
@@ -63,6 +63,10 @@ jobs:
6363

6464
## Changelog
6565

66+
### v1.7.1
67+
68+
- Upgrade Node from 16 -> 20 ([thanks @sirLisko](https://github.com/MorrisonCole/pr-lint-action/pull/735)! 🙏).
69+
6670
### v1.7.0
6771

6872
- Fixes [#389](https://github.com/MorrisonCole/pr-lint-action/issues/389): once

0 commit comments

Comments
 (0)