-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: introduce a lightweight workflow which utilizes composite actions #199
Conversation
CLA Assistant Lite bot CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby accept the CLA |
I have read the COC Document and I hereby accept the COC |
I have read the Code of Conduct and I hereby accept the Terms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@awownysz-splunk Are you planning to reuse those actions in the main reusable workflow eventually?
Yes, that's the idea. I guess I can do this in one go - I'll update the PR then |
d18dab1
to
92a1bd5
Compare
@artemrys |
Jira issue: ADDON-66448
Jira issue: ADDON-66448
13affc5
to
3303c14
Compare
…l repos as dependencies
75218bd
to
a689ad5
Compare
6584468
to
ab1f229
Compare
c0c7a14
to
6c311de
Compare
I am changing the PR to be a "feat" so we can have a release and you can properly reference it in your repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
🎉 This PR is included in version 4.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR introduces a lightweight workflow to get faster feedback on PRs. The new approach utilizes composite actions to allow for separate definition of each job.
Based on the following MSCS TA Jira story: https://splunk.atlassian.net/browse/ADDON-66448?atlOrigin=eyJpIjoiYjc1NzdkNzc4MTlkNDM0ODg2M2EzZDY0YzgyNGZmMjMiLCJwIjoiaiJ9
Sample run of the reused workflow in the MSCS TA repo: https://github.com/splunk/splunk-add-on-for-microsoft-cloud-services/actions/workflows/lightweight-check-pr.yml