Skip to content

Commit

Permalink
Update labeled_issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiovinci authored Nov 7, 2024
1 parent 7d1d798 commit 8d35ad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/labeled_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.PROJECT_AUTOMATION }}"
project-url: "https://github.com/orgs/INSPIRE-MIF/projects/9/views/1"
project-url: "https://github.com/orgs/INSPIRE-MIF/projects/9"
column-name: "In progress"
label-name: "under development"

Expand All @@ -23,7 +23,7 @@ jobs:
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.PROJECT_AUTOMATION }}"
project-url: "https://github.com/orgs/INSPIRE-MIF/projects/9/views/1"
project-url: "https://github.com/orgs/INSPIRE-MIF/projects/9"
column-name: "Staging: for acceptance"
label-name: "ready for testing"

Expand All @@ -34,7 +34,7 @@ jobs:
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.PROJECT_AUTOMATION }}"
project-url: "https://github.com/orgs/INSPIRE-MIF/projects/9/views/1"
project-url: "https://github.com/orgs/INSPIRE-MIF/projects/9"
column-name: "Staging: in release planning"
label-name: "solved"

Expand All @@ -45,6 +45,6 @@ jobs:
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.PROJECT_AUTOMATION }}"
project-url: "https://github.com/orgs/INSPIRE-MIF/projects/9/views/1"
project-url: "https://github.com/orgs/INSPIRE-MIF/projects/9"
column-name: "Production: latest release"
label-name: "deployed in reference validator"

0 comments on commit 8d35ad0

Please sign in to comment.