Skip to content

Commit 3ce6f33

Browse files
committed
docs: fix link to file and other rewording
1 parent b28af95 commit 3ce6f33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/modules/ROOT/pages/contributing/project_board.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ All the boards and tables have also been created manually. In the settings of th
1717

1818
Since there are some limits on how many repositories we can add to a project using the default workflows, we were forced to automate this process using a GitHub workflow, as suggested on the https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions#example-workflow-authenticating-with-a-github-app[official documentation].
1919

20-
Although the official documentation explicitly calls the API with `gh` commands, we opted to use an official GitHub Action (https://github.com/actions/add-to-project)[`actions/add-to-project`] to accomplish this. Moreover, in order to allow the workflows to modify the project we needed to create a GitHub app that the sole purpose is providing the necessary permissions to the workflows.
20+
Although the official documentation explicitly calls the API with `gh` commands, we opted to use an official GitHub Action (https://github.com/actions/add-to-project[`actions/add-to-project`]) to accomplish this. Moreover, in order to allow the workflows to modify the project we needed to create a GitHub app that the sole purpose is providing the necessary permissions to the workflows.
2121

2222
=== DevOps Stack Project App
2323

24-
The app is called `DevOps Stack Project` and is available https://github.com/apps/devops-stack-project[here] (note that since the app is private you won't probably be able to see it unless you are an administrator of our organization).
24+
The app is called `DevOps Stack Project` and is available https://github.com/apps/devops-stack-project[here].
2525

2626
This app was created on our organization by an administrator and is configured with a limited scope of permissions: it can only access the projects of the organization where it is installed as well as the PRs and Issues of repositories on which it is installed (https://docs.github.com/en/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app[official documentation] on how to create a GitHub app).
2727

@@ -31,7 +31,7 @@ IMPORTANT: The reason to not install the app on all the repositories by default
3131

3232
=== Centralized Workflow
3333

34-
The workflow definition is available in the {url-main-repo}/blob/main/.github/workflows/modules-release-please.yaml[main repository].
34+
The workflow definition is available in the {url-main-repo}/blob/main/.github/workflows/pr-issues-project.yaml[main repository].
3535

3636
[source,yaml]
3737
----

0 commit comments

Comments
 (0)