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

ci: New workflow to update issues #3889

Merged
merged 9 commits into from
Jan 25, 2022
4 changes: 3 additions & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

## Workflows
- 'build_and_test.yaml':
Lints the player, and builds and tests each combination of OS and browser.
Lints the player, and builds and tests each combination of OS and browser.
- 'update_issues.yaml':
Updates GitHub issues on a timer.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build and Test PR
on:
pull_request: # Trigger for pull requests.
types: [opened, synchronize, reopened]
paths-ignore:
.github/workflows/tools/update-issues/**
workflow_dispatch: # Allows for manual triggering.
inputs:
ref:
Expand Down