diff --git a/.github/actions/gh_create_issue/action.yml b/.github/actions/gh_create_issue/action.yml index a3bfdfc3673..e319e18518e 100644 --- a/.github/actions/gh_create_issue/action.yml +++ b/.github/actions/gh_create_issue/action.yml @@ -26,7 +26,7 @@ inputs: assignee: description: "The GitHub username to assign the issue to." required: false - labels: + label: description: "A comma-separated list of labels to add to the issue." required: false milestone: diff --git a/.github/actions/notify_e2e_failure/action.yml b/.github/actions/notify_e2e_failure/action.yml index 5b29105ec88..148a9599b7f 100644 --- a/.github/actions/notify_e2e_failure/action.yml +++ b/.github/actions/notify_e2e_failure/action.yml @@ -65,7 +65,8 @@ runs: #body: test // TODO body-file: .github/body.md repo: issues - labels: e2e failure + label: "e2e failure" + workflow: ${{ github.workflow }} assignee: ${{ steps.pick-assignee.outputs.assignee }} project: Constellation bugs fields: |