Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#fetching-metadata-about-a-pull-request
What changes are you suggesting?
This template should be expanded out:
|
```yaml copy |
|
{% data reusables.actions.actions-not-certified-by-github-comment %} |
|
name: Dependabot fetch metadata |
Into:
|
# This workflow uses actions that are not certified by GitHub. |
|
# They are provided by a third-party and are governed by |
|
# separate terms of service, privacy policy, and support |
|
# documentation. |
And it is on other pages, e.g.:
|
```yaml copy |
|
{% data reusables.actions.actions-not-certified-by-github-comment %} |
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#fetching-metadata-about-a-pull-request
What changes are you suggesting?
This template should be expanded out:
docs/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md
Lines 55 to 57 in fc41d81
Into:
docs/data/reusables/actions/actions-not-certified-by-github-comment.md
Lines 1 to 4 in fc41d81
And it is on other pages, e.g.:
docs/content/actions/tutorials/publish-packages/publish-docker-images.md
Lines 72 to 73 in fc41d81
Additional information
No response