Skip to content

Commit

Permalink
test label
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Nov 16, 2023
1 parent b7ec4b7 commit 76dd2fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/gh_create_issue/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion .github/actions/notify_e2e_failure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 76dd2fd

Please sign in to comment.