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

Check dependabot version updates to set-pr-labels.yaml 4828 #4845

Merged

Conversation

t-will-gillis
Copy link
Member

Fixes #4828

What changes did you make and why did you make them ?

  • Tested updating the package version in the file set-pr-labels.yaml per the dependabot suggestions:
    • Tested changing uses: actions/github-script@v4 with uses: actions/github-script@v6 per 4734
    • Tested changing uses: actions/checkout@v2 with uses: actions/checkout@v3 per 4735
    • The test changing both versions at same time passed successfully- the issue labels were transferred to the linked PR as they are supposed to.

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals showing automation executing correctly with updated version numbers

4828_set-pr-self_repo2

@github-actions
Copy link

Want to review this pull request? Take a look at this documentation for a step by step guide!

From your project repository, check out a new branch and test the changes.

git checkout -b t-will-gillis-check-version-updates-4828 gh-pages
git pull https://github.com/t-will-gillis/website.git check-version-updates-4828

@github-actions github-actions bot 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: 1 pt labels Jun 16, 2023
@blulady blulady self-requested a review June 18, 2023 22:44
Copy link
Member

@blulady blulady left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pulled this pr, pushed it up, made it my main branch. Then I created an issue with labels. When I created the pr & added the issue number, the labels were successfully added to the PR.

@t-will-gillis t-will-gillis merged commit 39b5394 into hackforla:gh-pages Jun 19, 2023
@t-will-gillis t-will-gillis deleted the check-version-updates-4828 branch June 19, 2023 03:04
blulady pushed a commit to blulady/website_old that referenced this pull request Jun 19, 2023
…a#4845)

* Update set-pr-labels.yaml

* Update set-pr-labels.yaml

Dependabot version updates
ronaldpaek pushed a commit to ronaldpaek/website that referenced this pull request Jun 28, 2023
…a#4845)

* Update set-pr-labels.yaml

* Update set-pr-labels.yaml

Dependabot version updates
@ExperimentsInHonesty ExperimentsInHonesty added size: 1pt Can be done in 4-6 hours and removed size: 1 pt labels Aug 31, 2023
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: 1pt Can be done in 4-6 hours
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verify dependabot version updates to GHAs for set-pr-labels.yaml
3 participants