Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correction to verify dependabot suggested version update to GHA issue-trigger.yml #4933

Closed
5 of 7 tasks
t-will-gillis opened this issue Jul 11, 2023 · 1 comment · Fixed by #4936
Closed
5 of 7 tasks
Assignees
Labels
Complexity: Medium Feature: Board/GitHub Maintenance Project board maintenance that we have to do repeatedly Feature: Refactor GHA Refactoring GitHub actions to fit latest architectural norms role: back end/devOps Tasks for back-end developers size: 0.5pt Can be done in 3 hours or less

Comments

@t-will-gillis
Copy link
Member

t-will-gillis commented Jul 11, 2023

Overview

Refer to #4822. This issue concluded that issue-trigger.yml fails when updating the version for #4734. After additional research it was noted that when actions/github-script@ was updated to v5, one of the api requests needed to change. Thus this change also needs to be made in v6

Action Items

  • Confirm that the GHA will run as expected when updating actions/github-script@v4 to actions/github-script@v6 if the api request changes from:
github.issues.xxxxx

to:

github.rest.issues.xxxxx

Merge team:

Resources/Instructions

@t-will-gillis t-will-gillis added role: back end/devOps Tasks for back-end developers Complexity: Medium Feature: Board/GitHub Maintenance Project board maintenance that we have to do repeatedly Feature: Refactor GHA Refactoring GitHub actions to fit latest architectural norms size: 0.5pt Can be done in 3 hours or less labels Jul 11, 2023
@t-will-gillis t-will-gillis self-assigned this Jul 11, 2023
@github-actions
Copy link

Hi @t-will-gillis, thank you for taking up this issue! Hfla appreciates you :)

Do let fellow developers know about your:-
i. Availability: (When are you available to work on the issue/answer questions other programmers might have about your issue?)
ii. ETA: (When do you expect this issue to be completed?)

You're awesome!

P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Medium Feature: Board/GitHub Maintenance Project board maintenance that we have to do repeatedly Feature: Refactor GHA Refactoring GitHub actions to fit latest architectural norms role: back end/devOps Tasks for back-end developers size: 0.5pt Can be done in 3 hours or less
Projects
Development

Successfully merging a pull request may close this issue.

2 participants