-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation so users get latest version
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
automate-project-columns: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: alex-page/[email protected].1 | ||
- uses: alex-page/[email protected].3 | ||
with: | ||
project: Backlog | ||
column: Triage | ||
|
@@ -51,7 +51,7 @@ jobs: | |
automate-project-columns: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: alex-page/[email protected].1 | ||
- uses: alex-page/[email protected].3 | ||
with: | ||
project: Backlog | ||
column: To do | ||
|
@@ -118,6 +118,8 @@ You may need to enable policy settings to allow running workflows from forks. Pl | |
## Release History | ||
- v0.8.3 - Update documentation so users get latest version | ||
- v0.8.2 - Update NodeJS support to use latest version | ||
- v0.8.1 - Fix `issue_coment` error with automation | ||
- v0.8.0 - Add new action type `add` | ||
- v0.7.1 - Move Node.js version back to v12 | ||
|