Skip to content

Conversation

@shotah
Copy link
Contributor

@shotah shotah commented Jan 13, 2022

  • Adding setup script to take project ids and download them from forge.
  • Broke out testing into separate folders so Setup Only can be called separately or together
  • Added CI and Discord workflows

…e just setuponly tests, added CI and Discord workflows
@shotah
Copy link
Contributor Author

shotah commented Jan 13, 2022

@itzg The code is passing now in CI. Looks like the PR is still failing due to using Github secrets.

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

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

Great contribution! Just a couple of minor things and this is good to merge.


on:
workflow_run:
workflows: ["ContinuousIntegration", "PullRequest" ]
Copy link
Owner

Choose a reason for hiding this comment

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

...and then can

Suggested change
workflows: ["ContinuousIntegration", "PullRequest" ]
workflows: ["Build and publish multiarch", "PullRequest" ]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

definitely will add build and publish. Will wait for your comment on CI first to remove ci.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Did you want "Build and Publish" on there as well?

Copy link
Owner

Choose a reason for hiding this comment

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

Yes please

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if this is what you are waiting on, but they were already added. Let me know.
workflows: ["ContinuousIntegration", "PullRequest", "Build and Publish", "Build and publish multiarch" ]

christopher blodgett and others added 4 commits January 17, 2022 19:56
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
…cord, using vanilla_version inplace of version
@shotah
Copy link
Contributor Author

shotah commented Jan 18, 2022

Run on lastest changes:


on:
workflow_run:
workflows: ["ContinuousIntegration", "PullRequest" ]
Copy link
Owner

Choose a reason for hiding this comment

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

Yes please

timeout-minutes: 5
steps:
- name: notify
if: github.event.label.name == 'enhancement' || github.event.label.name == 'bug'
Copy link
Owner

Choose a reason for hiding this comment

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

Oh...I think the example I had found was looking at event.issue.labels, but instead it looks like what you have used is exactly what I was wanting in the first place in pr.yml.

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

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

Sorry that I really dragged out the review on this one. Great addition!

@itzg itzg merged commit bd4760e into itzg:master Jan 20, 2022
@shotah shotah deleted the dev-squash branch January 21, 2022 18:27
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