Skip to content

Commit

Permalink
Use my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Aug 22, 2022
1 parent da88094 commit 9468f6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kanban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ env:
jobs:
assign_one_project:
name: Add new pull requests to the kanban
if: github.repository_owner == 'consul'
if: github.repository_owner == 'javierm'
runs-on: ubuntu-latest
steps:
- name: Assign new pull requests to the reviewing column
uses: andrenarchy/assign-one-project-github-action
if: github.event.pull_request.draft == false
with:
project: "https://github.com/orgs/consul/projects/1"
project: "https://github.com/users/javierm/projects/4"
column_name: "Reviewing"
position: "bottom"

- name: Assign new draft pull requests to the doing column
uses: andrenarchy/assign-one-project-github-action
if: github.event.pull_request.draft == true
with:
project: "https://github.com/orgs/consul/projects/1"
project: "https://github.com/users/javierm/projects/4"
column_name: "Doing"

0 comments on commit 9468f6d

Please sign in to comment.