-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update documentation for add-to-project wf
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ The repository includes: | |
|
||
- [add-to-project](.github/workflows/add-to-project.yaml) workflow: when a new | ||
issue or PR is added to a repository, it is also added to the | ||
[SynchroHub platform project](https://github.com/orgs/zaphiro-technologies/projects/2) | ||
with status `new`. | ||
[SynchroHub platform project](https://github.com/orgs/zaphiro-technologies/projects/2) - by default - or to the specified project | ||
Check failure on line 9 in README.MD GitHub Actions / markdownLine length
|
||
with status `new`. When a new PR is added, the PR is assigned to its creator. | ||
- [check-pr](.github/workflows/check-pr.yaml) workflow: when a new PR is added | ||
to a repository or any change occurs to the pr, the pr is validated to be sure | ||
that labels are valid. | ||
|