Skip to content

Commit e2b76cb

Browse files
authored
Remove workflows
Signed-off-by: Sander Jansen <[email protected]>
1 parent 95c32f2 commit e2b76cb

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed
Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1 @@
1-
# SPDX-FileCopyrightText: 2022 Alliander N.V.
2-
#
3-
# SPDX-License-Identifier: Apache-2.0
41

5-
name: Add issues and pull request to project boards
6-
7-
on: [ issues, pull_request, pull_request_target ]
8-
9-
jobs:
10-
github-actions-automate-projects:
11-
runs-on: ubuntu-latest
12-
13-
if: ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
14-
steps:
15-
- name: add-new-issues-to-organization-based-project-column
16-
if: github.event_name == 'issues' && github.event.action == 'opened'
17-
uses: alex-page/[email protected]
18-
with:
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

Comments
 (0)