Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Apr 16, 2022
1 parent 969c040 commit 12f55e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-assigned-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Move Issue to In-Progress
uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Open Template Hub Servers
project: Open template Hub Generators
column: In progress
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/issue-open-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Move Issue to In-Progress
uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Open Template Hub Servers
project: Open template Hub Generators
column: To do
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Move PR to In-Progress
uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Open Template Hub Servers
project: Open template Hub Generators
column: In progress
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}

Expand Down

0 comments on commit 12f55e9

Please sign in to comment.