Skip to content

Finish updating github workflows and restructure them similar to othe…#65

Merged
svogt0511 merged 13 commits intomasterfrom
schema-4.5b
Dec 13, 2023
Merged

Finish updating github workflows and restructure them similar to othe…#65
svogt0511 merged 13 commits intomasterfrom
schema-4.5b

Conversation

@svogt0511
Copy link
Copy Markdown
Contributor

@svogt0511 svogt0511 commented Dec 7, 2023

…r project workflows (lupo)

Purpose

Finish updating and improve the github actions.

Approach

Uses a structure similar to lupo github actions. Finished updating the github marketplace workflows to make sure they are using at least node 16. Removed calls to the slack github marketplace action.

Open Questions and Pre-Merge TODOs

Learning

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to change)

Reviewer, please remember our guidelines:

  • Be humble in the language and feedback you give, ask don't tell.
  • Consider using positive language as opposed to neutral when offering feedback. This is to avoid the negative bias that can occur with neutral language appearing negative.
  • Offer suggestions on how to improve code e.g. simplification or expanding clarity.
  • Ensure you give reasons for the changes you are proposing.

Comment thread .github/workflows/branch_to_staging.yml Outdated
uses: ./.github/workflows/build.yml
with:
image_name: ${{ github.repository }}
image_tag: main
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Seems like the tag needs to be based on the branch, not main

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Great catch. Done.

Comment thread .github/workflows/branch_to_staging.yml Outdated
needs: [test, call_build_and_push]
uses: ./.github/workflows/_update_terraform.yml
with:
image_tag: main
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Same

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Great catch. Done.

@svogt0511 svogt0511 merged commit 678390a into master Dec 13, 2023
@svogt0511 svogt0511 deleted the schema-4.5b branch December 13, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants