Skip to content

Commit

Permalink
ci: fix the project URL for srggrs/assign-one-project-github-action (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jan 19, 2024
1 parent 24d525b commit ca99f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ux-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
name: Assign to the Kubefirst Action Project
steps:

- name: Assign issues with the UX label to the project and
- name: Assign issues with the UX label to the project and no status column
uses: srggrs/[email protected]
if: contains(github.event.issue.labels.*.name, 'ux')
with:
project: 'https://github.com/orgs/kubefirst/projects/7/views/6'
project: 'https://github.com/orgs/kubefirst/projects/7'
column_name: 'No Status'

0 comments on commit ca99f3d

Please sign in to comment.