Skip to content

Commit

Permalink
test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
samirromdhani committed Oct 8, 2024
1 parent d47bf74 commit 13f692d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/automate_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: CoMPAS SCT Board
project: samirromdhani sct Board
column: To do
repo-token: ${{ secrets.ORG_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
with:
project: CoMPAS SCT Board
project: samirromdhani sct 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'
Expand All @@ -40,4 +39,3 @@ jobs:
with:
project: CoMPAS Pull Request Overview Board
column: To do
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 13f692d

Please sign in to comment.