Skip to content

Commit 4756e63

Browse files
authored
Merge pull request #324 from actions/mattcosta7/patch-1
Mattcosta7/patch 1
2 parents 11ef9e1 + 9f96b16 commit 4756e63

File tree

11 files changed

+230
-226
lines changed

11 files changed

+230
-226
lines changed

.licenses/npm/@actions/core.dep.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/uuid.dep.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@ Using these events ensure that a given issue or pull request, in the workflow's
142142

143143
- add the newly created PAT as a repository secret, this secret will be referenced by the [github-token input](#github-token)
144144
_See [Encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) for more information_
145-
145+
146146
## Setting a specific status or column name to the project item
147+
147148
If you want to add an issue to a custom default column in a project (i.e. other than 'Todo'), you can do this directly via the project UI. You don't need to add anything else to your YAML workflow file to get this to work.
148149

149150
Use the [Add To GitHub Projects](https://github.com/marketplace/actions/add-to-github-projects) action to assign newly opened issues to the project. And then in the project UI simply [specify which column to use as the default](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects#configure-built-in-automation)!

0 commit comments

Comments
 (0)