Update README.md

lowercasing P's to align to GH Style
This commit is contained in:
Omer Bensaadon
2022-04-05 08:51:37 -04:00
committed by GitHub
parent 7a0820f976
commit 196691e90c

View File

@@ -1,9 +1,9 @@
# actions/add-to-project # actions/add-to-project
Use this action to automatically add the current issue or pull request to a GitHub Project. Use this action to automatically add the current issue or pull request to a GitHub project.
Note that this is for [GitHub Projects Note that this is for [GitHub projects
(beta)](https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects), (beta)](https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects),
not the original GitHub Projects. not the original GitHub projects.
## Current Status ## Current Status
@@ -53,7 +53,7 @@ jobs:
## Inputs ## Inputs
- <a name="project-url">`project-url`</a> **(required)** is the URL of the GitHub Project to add issues to. - <a name="project-url">`project-url`</a> **(required)** is the URL of the GitHub project to add issues to.
_eg: `https://github.com/orgs|users/<ownerName>/projects/<projectNumber>`_ _eg: `https://github.com/orgs|users/<ownerName>/projects/<projectNumber>`_
- <a name="github-token">`github-token`</a> **(required)** is a [personal access - <a name="github-token">`github-token`</a> **(required)** is a [personal access
token](https://github.com/settings/tokens/new) with the `repo`, `write:org` and token](https://github.com/settings/tokens/new) with the `repo`, `write:org` and
@@ -64,7 +64,7 @@ jobs:
## Supported Events ## Supported Events
> **NOTE:** This Action (currently) only supports auto-adding Issues to a Project which lives in the same organization as your target repo. > **NOTE:** This Action (currently) only supports auto-adding Issues to a project which lives in the same organization as your target repo.
Currently this action supports the following [`issues` events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issues): Currently this action supports the following [`issues` events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issues):