* Add issue template for partner-owned documentation
* Add partner name and URL requirement
* Fix typo
* Place emphasis on automation not possession
* Soften compliance requirement
* Clarify that applications must be accepted
* Fix typo
* Clarify that the tasks are the partner's responsibility to complete
* Use lower case representation of Pull Request
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
* Tweak intent of issue template
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
* Merge supporting material under PR section
* Add bandwidth expectations
* Add templates for partner guides
* Fix typo: s/production/product
* Add link to general contributing guidelines
* Include teams to be mentioned for awareness
* Add further documentation requirements
* Update contributing/github-partners/README.md
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
* Add tutorial template for partners
* Provide only one template -- the Tutorial template
* Document use of contributor YAML frontmatter
* Remove internal repo references
* Resolve tests/meta failures
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
* Remove automerge label from repo-sync PRs to prevent automerge workflow from kicking in
* Add github-script step to enable GitHub's official auto-merge on repo-sync PRs
* Remove unused variable
When we do deploy changes during freezes, we want them kept in sync with
the public github/docs repo. Especially during GitHub events.
Co-authored-by: chiedo <chiedo@users.noreply.github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
* 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