Check supported events for GitHub Actions build type
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 210
- Forks
- 36
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
Based on the specification for GitHub Actions workflow build type, the build service check for GitHub Actions needs to check whether any of the following event types are used:
create: Creation of a git tag or branch.deployment: Creation of a deployment.release: Creation or update of a GitHub release.push: Creation or update of a git tag or branch.workflow_dispatch: Manual trigger of a workflow.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked SLSA GitHub Actions workflow build type specification first, then locate the build service check for GitHub Actions. Verify how it handles workflow event types and add coverage for create, deployment, release, push, and workflow_dispatch; done means those supported events are checked as required by the specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100