1
0
mirror of synced 2026-01-02 03:04:13 -05:00
Commit Graph

605 Commits

Author SHA1 Message Date
Ramya Parimi
2d89e169c9 Update triage-issues.yml (#22137)
Added

`permissions:
  repository-projects: write`
2021-10-13 12:00:17 +00:00
Robert Sese
0b3d04e1a8 Handle different fork repo names when listing PRs (#22094) 2021-10-13 00:47:38 +00:00
Lee Dohm
201e31c5df Merge branch 'main' into notify-on-maintainer-edit-access 2021-10-12 13:11:57 -07:00
Lee Dohm
58b6af7ebc Use pull_request_target trigger 2021-10-12 12:50:34 -07:00
Lee Dohm
93a11c32eb Remove unnecessary data specifier 2021-10-12 12:50:34 -07:00
Lee Dohm
4cc2a76776 Fix incorrect specifier
Co-authored-by: Robert Sese <robert.sese@gmail.com>
2021-10-12 12:30:02 -07:00
Ramya Parimi
f019b689a6 Update move-reopened-issues-to-triage.yaml (#22135)
console.log(error) to console.log(e)
2021-10-12 18:20:12 +00:00
Francis
9705e9f705 enhancement: annotate upload_translations opt (#22047)
Close https://github.com/github/docs-engineering/issues/977
2021-10-12 18:04:52 +00:00
Lee Dohm
dcac261576 Use strict equality matching 2021-10-12 10:41:19 -07:00
Lee Dohm
04e051ae22 Fix mismatched error variable name 2021-10-12 10:40:44 -07:00
Lee Dohm
6684ac0451 Add pull request write permission specifier 2021-10-11 13:36:23 -07:00
Lee Dohm
4a067f1467 Point to docs on how to change setting 2021-10-11 13:29:04 -07:00
Lee Dohm
4f1cf2d70d Create workflow to post comment when a PR is opened without maintainer edit access 2021-10-11 13:23:06 -07:00
James M. Greene
aa4c687660 Consistently use latest andymckay/labeler action for simple labeling steps in Actions workflows (#22045)
* Update andymckay/labeler to latest

* Drop use of rachmari/labeler fork since we aren't using its divergence

* Replace some other simple labeling use cases with andymckay/labeler

* Add permissions matrixes, mostly

* Remove unnecessary and basically invalid if condition

* More closely following the docs even though the workflow linter is angry

* Remove irrelevant path omissions from workflow linter

* Add exclusion for workflow linter
2021-10-08 23:24:27 -05:00
dependabot[bot]
122018aa47 Bump alex-page/github-project-automation-plus from fdb7991b72040d611e1123d2b75ff10eda9372c9 to 0.8.1 (#21984)
* Bump alex-page/github-project-automation-plus

Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from fdb7991b72040d611e1123d2b75ff10eda9372c9 to 0.8.1. This release includes the previously tagged commit.
- [Release notes](https://github.com/alex-page/github-project-automation-plus/releases)
- [Commits](fdb7991b72...bb266ff4dd)

---
updated-dependencies:
- dependency-name: alex-page/github-project-automation-plus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update github-project-automation-plus version in allowed-actions

* Make the workflow linter and Sentinel happy

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James M. Greene <jamesmgreene@github.com>
2021-10-08 20:20:16 +00:00
James M. Greene
245271ee36 Update dependabot PR auto-closing job to also lock (#22021)
* Update auto-closing job to also lock the PR

* Follow security best practice using env vars instead of string supplanting

* Mark the lock_reason as 'resolved' instead of 'spam' for clarity

* Rethrow the error is locking fails to prevent unnecessary swallowing for this non-blocking workflow
2021-10-08 16:42:41 +00:00
James M. Greene
2ea2e9d64d Ignore dependabot PRs from unallowed triage workflow (#22012) 2021-10-08 11:30:46 -05:00
James M. Greene
7fba77dfe6 Use pull_request_target for better security with forked PRs (#22024) 2021-10-08 10:00:33 -05:00
dependabot[bot]
14e5728bf8 Bump actions/stale from 3.0.16 to 4 (#21982)
* Bump actions/stale from 3.0.16 to 4

Bumps [actions/stale](https://github.com/actions/stale) from 3.0.16 to 4.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](9d6f46564a...cdf15f641a)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update actions/stale in allowed-actions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-10-08 13:53:45 +00:00
dependabot[bot]
db2b57c751 Bump repo-sync/pull-request from 2.4.3 to 2.6 (#21985)
* Bump repo-sync/pull-request from 2.4.3 to 2.6

Bumps [repo-sync/pull-request](https://github.com/repo-sync/pull-request) from 2.4.3 to 2.6.
- [Release notes](https://github.com/repo-sync/pull-request/releases)
- [Commits](33777245b1...65194d8015)

---
updated-dependencies:
- dependency-name: repo-sync/pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update repo-sync/pull-request in allowed-actions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-10-08 06:38:07 +00:00
dependabot[bot]
4ea3d75f36 Bump peter-evans/create-pull-request from 3.5.2 to 3.10.1 (#21983)
* Bump peter-evans/create-pull-request from 3.5.2 to 3.10.1

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.5.2 to 3.10.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](8c603dbb04...7380612b49)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update create-pull-request in allowed-actions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-10-08 06:21:04 +00:00
dependabot[bot]
cbda03cab7 Bump dawidd6/action-download-artifact from 2.14.0 to 2.15.0 (#21981)
* Bump dawidd6/action-download-artifact from 2.14.0 to 2.15.0

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](b957148472...af92a8455a)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update action-download-artifact in allowed-actions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-10-08 01:03:31 -05:00
James M. Greene
6b33c9cc40 Handle Dependabot PRs differently per repository (#21978)
* Update workflow to automerge dependabot PRs for the internal repo but close them for the open source repo
2021-10-07 21:32:34 +00:00
James M. Greene
bb0455962e Do not use build.status as a looping condition for Heroku deployment (#21909)
* Do not use `build.status` of 'pending' as a looping condition for Heroku deployment
* Don't wait for `appSetup.status` either
* Fix incorrect Octokit method usage in local deploy script
* Bump the number of allowable errors from 5 to 10
* More logging!
* Add an environment variable for easily increasing the number of allowed Heroku failures per phase of polling
2021-10-06 12:57:30 -05:00
James M. Greene
3127fa9f7a Pass labels to add as an array of strings (#21902) 2021-10-05 15:10:10 -05:00
James M. Greene
39e828d7d9 Use REST API to add and remove labels during undeployment (#21900) 2021-10-05 14:41:29 -05:00
James M. Greene
da426a9d22 Grant the GITHUB_TOKEN write access to PRs during undeployment (#21898) 2021-10-05 13:43:20 -05:00
James M. Greene
0f8af1c430 Inline the 'await-sleep' module for the deploy workflow to avoid the need to checkout and install npm modules (#21896) 2021-10-05 13:34:12 -05:00
James M. Greene
5136750fd2 Pass the PR URL to the gh CLI to avoid repo resolution attempts (#21895) 2021-10-05 13:27:27 -05:00
James M. Greene
3184b254a0 Declare that undeploy job needs cancel-jobs-before-undeploy job (#21894) 2021-10-05 12:31:47 -05:00
James M. Greene
18e173412a Add missing GITHUB_TOKEN env var to gh CLI usage (#21893) 2021-10-05 11:34:53 -05:00
James M. Greene
600e6403d8 Send a Slack notification if Undeploy workflow fails (#21886)
* Reconfigure workflow concurrency groups to avoid conflicts across PRs

* Send a Slack notification if Undeploy workflow fails

* Adjust step names for Slack notifications

* Remove merge conflict
2021-10-05 11:25:57 -05:00
James M. Greene
fa810d97b4 Add a label to the PR to block deploy attempts during an undeploy (#21885) 2021-10-05 11:21:15 -05:00
James M. Greene
5ea869c59f Reconfigure workflow concurrency groups to avoid conflicts across PRs (#21884)
* Reconfigure workflow concurrency groups to avoid conflicts across PRs

* Remove superfluous and duplicative job display names
2021-10-05 11:14:47 -05:00
Ramya Parimi
e155947dd0 Update os-ready-for-review.yml (#21867) 2021-10-04 18:46:55 +00:00
James M. Greene
4ff2354ada Approve repo-sync and translation PRs with docubot (#21876) 2021-10-04 17:37:07 +00:00
James M. Greene
43fff33db8 Destructure correctly from Actions workflow run API response (#21872)
* Get PR metadata from the correct object strucure

* Also output the head_branch and head_label just in case
2021-10-04 10:59:18 -05:00
James M. Greene
bcc94873d2 Fixes to support staging deployments of PRs from forked repos (#21865)
* Add basic debugging jobs to all workflows related to staging deployment

* Totally rewrite the staging deployment to support forked repos... again...
2021-10-04 10:28:13 -05:00
Ramya Parimi
bc1158f1fc Update triage automation to check doc team member (#21856)
* to check if team members

* check for  doc team member

* remove duplicate check for team members

* delete/readd step

Co-authored-by: skedwards88 <skedwards88@github.com>
2021-10-01 21:22:35 +00:00
James M. Greene
a9e2bf0927 Dump debugging info for Staging Deploy workflow runs (#21860)
* Dump the github context for Staging Deploy workflow runs to help debug

* Output workflow provenance info

* Also output head_branch cleanly
2021-10-01 15:22:58 -05:00
James M. Greene
8d2e1ad577 Enable prod deployment via Actions (Take 2!) (#21852)
* Move concurrency control to top-level in prod deploy workflow

* Add 503 to the list of temporarily acceptable Heroku failure codes

* Add HEROKU_PRODUCTION_APP_NAME back into the prod deploy workflow
2021-10-01 13:37:46 -05:00
Grace Park
96ff67d756 Workflow to test docs.github.com links on github/github (#21601)
* run prettier

* removing files from test/integration

* update cron job to not start on the hour

* add github/github comment

* update comment

* updating to search by indices in the content rather than by line

* small updates and updating character max

* update name of script run

* updating to use api search code and get contents

* using api search code and get contents

* adding token check and .js

* remove blank line for title

* update issue body content

* update comment

* add support for GitHub.developer_help_url links
2021-10-01 17:23:58 +00:00
James M. Greene
92cae89506 Reduce repo-sync frequency from every 15 minutes to every 30 minutes (#21841) 2021-10-01 11:57:01 -05:00
Ramya Parimi
e12d988c76 Automate triaging to content review board on adding waiting for review label (#21825)
* os-ready-for-review

* include grapqhl issue

* populate size, feature, first-time contributor (#21810)

* turnaround -> 3 & 2

* Update .github/workflows/os-ready-for-review.yml

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update .github/workflows/os-ready-for-review.yml

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update .github/workflows/os-ready-for-review.yml

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update .github/workflows/os-ready-for-review.yml

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update .github/workflows/os-ready-for-review.yml

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* prettier

Co-authored-by: skedwards88 <skedwards88@github.com>
2021-10-01 06:26:02 -05:00
Robert Sese
d74f60b937 Checkout in both internal and public repos (#21839) 2021-09-30 17:54:03 -05:00
James M. Greene
b9d3257689 Deploy staging with Git LFS enabled (#21824)
* Do an LFS checkout for the staging deployment

* Switch from rsync to mv for much faster performance (at the cost of destruction)
2021-09-30 14:00:32 -05:00
James M. Greene
a0fcbe6c27 Do an LFS checkout for the production deployment (#21823) 2021-09-30 11:24:05 -05:00
Ramya Parimi
991e954071 Merge branch 'main' into graphql-internal-move 2021-09-29 20:25:52 -05:00
Ramya Parimi
58d2f6f4e2 graphql update workflow 2021-09-29 20:21:56 -05:00
James M. Greene
7e954927e2 [DO NOT MERGE] Revert to no longer deploy to production via Actions (#21808)
* Update the production deployment workflow to target the main Heroku app

Without exposing our internal Heroku app name!

* Refactor the staging deployment script a bit to match more closely

* Use the HEROKU_PRODUCTION_APP_NAME Secret in the workflow

* Add a note about the newly required environment variable for production deployment into the local deploy script

* Add critical errors if the HEROKU_PRODUCTION_APP_NAME is missing

* Extract HEROKU_PRODUCTION_APP_NAME from process.env

* Revert the critical parts of PR #21807 to no longer deploy to prod via Actions

* Don't require HEROKU_PRODUCITON_APP_NAME
2021-09-29 15:29:53 -05:00