We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f77eb9 commit 5ba0a68Copy full SHA for 5ba0a68
.github/workflows/automate-projects.yml
@@ -19,10 +19,3 @@ jobs:
19
project: CoMPAS Issues Overview Board
20
column: To do
21
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
22
- - name: add-new-pull-request-to-organization-based-project-column
23
- if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
24
- uses: alex-page/[email protected]
25
- with:
26
- project: CoMPAS Pull Request Overview Board
27
- column: To do
28
- repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
0 commit comments