* Update to latest find-pull-request-action
* Remove repetitive part of comments in allowed-actions.js
* Specify that we are seeking open PRs
* Use a PAT with site_admin scope granted to include spammy PRs
* Re-enable the Actions workflow linter using the latest version
* Update to the latest actions-linter
* Update to the latest actions-linter
* Rely on secrets.FREEZE directly rather than setting a duplicate env var
* Fix workflow error by using secrets.FREEZE directly as this one doesn't actually set a duplicate env var in the first place!
* Update to latest actions-linter
* Use ${{}} expression syntax
* Readd env.FREEZE to necessary workflows since secrets cannot be checked in 'if' conditions
* Readd the comment to the GraphQL updating workflow about the FREEZE secret
* Upgrade actions-linter
* re-enable graphql updater workflow
* remove scheduled run temporarily
* lint yaml
* re-enable graphql updater workflow
* add my pat for test
* use my pat for create pr
* update peter-evans action
* Action ran graphql script"update-files"
* use github-token
* revert
* Action ran graphql script"update-files" (#17000)
* update another workflow
* add schedule run back
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* check for static file os contributions
* add change to show workflow review
* comment for test
* all pushes
* colon after push
* revert to version number
* debugging strange new error
* copy over file from working branch
* remove version
* update from test branch
* fix cond bug
* revert openapi schema change
* add custom translation handling
* allow testing
* push
* debug label
* move to proper area
* update route parm name
* uncomment
* revert translation
* Apply suggestions from code review
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
* Update .github/workflows/triage-unallowed-contributions.yml
Co-authored-by: Janice <janiceilene@github.com>
* Update .github/workflows/triage-unallowed-contributions.yml
Co-authored-by: Janice <janiceilene@github.com>
* format code
* introduce mod
* add wildcard for openapi files
* revert file
* add back checks after tests
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Janice <janiceilene@github.com>
* Update to latest repo-sync/pull-request Action
https://github.com/repo-sync/pull-request/pull/38
* Be more specific about the base branch when finding the PR
* Further customize the Slack notification upon failure
* Move repo freeze checks into a separate job to avoid Slack notifications every 15 minutes during freezes
* Add new workflow to remind us about deployment freezes preventing repo-sync once per day
* Reduce unneeded test runs
- Attempt to make the skip logic work w/ required checks
- Move pa11y to cron schedule
- Make browser test conditional
Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
Co-authored-by: Jason Etcovitch <jasonetco@github.com>