Skip to content
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

Add support for workflow triggers without a push or PR event #662

Open
8 tasks
drpump opened this issue Feb 6, 2024 · 0 comments
Open
8 tasks

Add support for workflow triggers without a push or PR event #662

drpump opened this issue Feb 6, 2024 · 0 comments

Comments

@drpump
Copy link

drpump commented Feb 6, 2024

User Story Description

As a Software Developer,

I want to run the linter action without a push or pull request,

so I can define my own triggers/events for running the linter action.

Acceptance Criteria

  • Linter runs correctly with a workflow_dispatch trigger on the current branch
  • Linter runs correctly with a workflow_dispatch trigger against selected branch or commit sha (i.e. dispatch input)
  • Linter runs correctly with a workflow_call trigger against a specified branch or commit sha parameter

Sprint Ready Checklist

  • Acceptance criteria defined
  • Team understands acceptance criteria
  • Team has defined solution / steps to satisfy acceptance criteria
  • Acceptance criteria is verifiable / testable
  • External / 3rd Party dependencies identified
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

No branches or pull requests

1 participant