Skip to content

Commit

Permalink
ci: New workflow to update issues (#3889)
Browse files Browse the repository at this point in the history
This replaces an internal tool that we have been running on a private
Jenkins server.
  • Loading branch information
joeyparrish committed Jan 25, 2022
1 parent 74c491d commit a65a1cd
Show file tree
Hide file tree
Showing 7 changed files with 1,275 additions and 1 deletion.
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

0 comments on commit a65a1cd

Please sign in to comment.