Skip to content

Commit 5bcba1c

Browse files
author
Alex Page
committed
v0.3.0
1 parent e5793f1 commit 5bcba1c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
automate-project-columns:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: alex-page/github-project-automation-plus@v0.2.4
32+
- uses: alex-page/github-project-automation-plus@v0.3.0
3333
with:
3434
project: Backlog
3535
column: Triage
@@ -51,7 +51,7 @@ jobs:
5151
automate-project-columns:
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: alex-page/github-project-automation-plus@v0.2.4
54+
- uses: alex-page/github-project-automation-plus@v0.3.0
5555
with:
5656
project: Backlog
5757
column: To do
@@ -126,6 +126,7 @@ To set up the action for local development and testing:
126126
127127
## Release History
128128
129+
- v0.3.0 - Allow `pull_request_target` event
129130
- v0.2.4 - Update dependencies
130131
- v0.2.3 - Replace reserved secret `GITHUB_TOKEN` with `GITHUB_TOKEN` in documentation
131132
- v0.2.2 - Refactor add and move card logic ✨

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-project-automation-plus",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "🤖 Automate GitHub Project cards with any webhook event",
55
"private": true,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)