furo-training / sportsbet-actions-fundamentals

This repo is to clone from ps-actions-sandbox for sportsbet which creates github issues for retrospect upon cloning
MIT License
2 stars 19 forks source link

Session 01-2024-07-16❓ What do you want to learn? #9

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

What is it you want to learn? What specific scenarios are you interested in? Comment below 👇

att-jamese-sportsbet commented 2 months ago

Keen to learn about automating various parts of the review process. Also love the idea of reusing workflows as I don't know how to do this yet.

singhrahulnet commented 2 months ago

Creating and Managing Shared Actions. Running workflows locally. Hosting own runners. Cost implications.

nhank-sportsbet commented 2 months ago

Heya, I would love to

  1. Have a full picture of GitHub Action as a whole
  2. More in-depth about GitHub Actions, conditions, security, etc.
aanchal-midha commented 2 months ago

I would love to know how to create github actions from scratch and where all it can be used to automate things in github apart from usual PR building and deploying actions

lukehow-sportsbet commented 2 months ago

I'm keen to build a strong foundational knowledge of GHA that I can then expand upon myself later.

dishanta-sportsbet commented 2 months ago

Want to learn about github actions to build automation on regression testing of data pipelines.

carolinec-sportsbet commented 2 months ago

Workflows GHA How to fully utilize GitHub in CI and CD

sarathkumars-sportsbet commented 2 months ago

What is it you want to learn?

  1. Architecture for hosting Github action runners securely
  2. Shared actions management
  3. Writing your own Github apps to cater for certain scenarios like auto approval of PRs, commenting etc.
  4. Security in general
  5. Sharing GitHub actions with other organisation
  6. GitHub Action run audit logs
  7. Securely consuming third party Github Actions
  8. How to manage the vulnerabilities in third party GitHub actions and its impact to your own repo
  9. Restrict GitHub Action usage for users/teams/orgs
  10. Github Actions & environments (dev, stg, prod) and implementing guardrails for each environment
  11. How to optimise the GitHub actions for cost
  12. Organising GitHub actions for a monorepo, for eg: creating GitHub actions in subfolders.
  13. Again from cost optimisation perspective, is there a way to orchestrate these Github Actions run, for eg: I would like to run the Action A before all other actions.
StephenWalshSportsBet commented 2 months ago

Similarly, I would like to gain a foundational knowledge in GitHub actions.

manuelc-sportsbet commented 2 months ago

I'd like to learn how to build workflows with manual approval process, pause a step/worflow in our builds, improved visibility on build parameters, workflow organization

gaetanob-sportsbet commented 2 months ago

Work through all the steps required to deploy using Github Actions. Some extra insight to any gotcha's to look out for and best practice.