Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
samirromdhani committed Oct 8, 2024
1 parent d47bf74 commit efd30e7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions .github/workflows/automate_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,29 @@ jobs:
steps:
- name: add-new-issues-to-repository-based-project-column
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.8.3
uses: alex-page/github-project-automation-plus@v0.9.0
with:
project: CoMPAS SCT Board
column: To do
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
project: "samirromdhani sct Board"
column: "To do"
repo-token: ${{ secrets.SCT_GITHUB_ACTION_SECRET }}
- name: add-new-pull-request-to-repository-based-project-column
if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.8.3
uses: alex-page/github-project-automation-plus@v0.9.0
with:
project: CoMPAS SCT Board
column: To do
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
project: "samirromdhani sct Board"
column: "To do"
repo-token: ${{ secrets.SCT_GITHUB_ACTION_SECRET }}

- name: add-new-issues-to-organization-based-project-column
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: CoMPAS Issues Overview Board
column: To do
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
- name: add-new-pull-request-to-organization-based-project-column
if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: CoMPAS Pull Request Overview Board
column: To do
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
# - name: add-new-issues-to-organization-based-project-column
# if: github.event_name == 'issues' && github.event.action == 'opened'
# uses: alex-page/github-project-automation-plus@v0.8.3
# with:
# project: CoMPAS Issues Overview Board
# column: To do
# repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
# - name: add-new-pull-request-to-organization-based-project-column
# if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
# uses: alex-page/github-project-automation-plus@v0.8.3
# with:
# project: CoMPAS Pull Request Overview Board
# column: To do
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit efd30e7

Please sign in to comment.