Skip to content

Commit 9f0f32a

Browse files
build(deps): bump redhat-plumbers-in-action/tracker-validator from 2 to 3 (#13)
* build(deps): bump redhat-plumbers-in-action/tracker-validator Bumps [redhat-plumbers-in-action/tracker-validator](https://github.com/redhat-plumbers-in-action/tracker-validator) from 2 to 3. - [Release notes](https://github.com/redhat-plumbers-in-action/tracker-validator/releases) - [Commits](redhat-plumbers-in-action/tracker-validator@v2...v3) --- updated-dependencies: - dependency-name: redhat-plumbers-in-action/tracker-validator dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * add jira-email to action.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Macku <jamacku@redhat.com>
1 parent 2461c7e commit 9f0f32a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
- if: ${{ !cancelled() }}
6666
id: tracker-validator
6767
name: Validate Tracker
68-
uses: redhat-plumbers-in-action/tracker-validator@v2
68+
uses: redhat-plumbers-in-action/tracker-validator@v3
6969
with:
7070
pr-metadata: ${{ inputs.pr-metadata && inputs.pr-metadata || steps.metadata.outputs.metadata }}
7171
component: ${{ inputs.component }}
@@ -74,6 +74,7 @@ runs:
7474
bugzilla-instance: https://bugzilla.redhat.com
7575
bugzilla-api-token: ${{ inputs.bugzilla-api-token }}
7676
jira-instance: https://issues.redhat.com
77+
jira-email: systemd-maint@redhat.com
7778
jira-api-token: ${{ inputs.jira-api-token }}
7879
token: ${{ inputs.token }}
7980

0 commit comments

Comments
 (0)