-
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.
* Fix multiple project columns
- Loading branch information
Alex Page
authored
Mar 26, 2020
1 parent
fdffc76
commit 0597b62
Showing
8 changed files
with
118 additions
and
107 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].0 | ||
- uses: alex-page/[email protected].1 | ||
with: | ||
project: Backlog | ||
column: Triage | ||
|
@@ -51,7 +51,7 @@ jobs: | |
automate-project-columns: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: alex-page/[email protected].0 | ||
- uses: alex-page/[email protected].1 | ||
with: | ||
project: Backlog | ||
column: To do | ||
|
@@ -94,6 +94,7 @@ GraphqlError: Resource protected by organization SAML enforcement. You must gran | |
## Release History | ||
- v0.2.1 - Fix bug with move logic when card is already in project | ||
- v0.2.0 - Restructure project, add tests, change add and move logic | ||
- v0.1.3 - Exact match for project names | ||
- v0.1.2 - Fix action not running for a card that exists in multiple projects | ||
|
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.