Skip to content

Commit

Permalink
Development: Remove actions relating to the old Artemis Development…
Browse files Browse the repository at this point in the history
… project (#8185)
  • Loading branch information
Hialus authored Mar 12, 2024
1 parent d0851e6 commit a4a4c8f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 50 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/issue-opened.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/pullrequest-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,3 @@ jobs:
uses: technote-space/assign-author@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

addToProject:
runs-on: ubuntu-latest
steps:
- name: Add Pull Request to Project
uses: alex-page/github-project-automation-plus@v0.9.0
with:
project: Artemis Development
column: In progress
repo-token: ${{ secrets.GH_TOKEN_ADD_TO_PROJECT }}
9 changes: 0 additions & 9 deletions .github/workflows/pullrequest-readyforreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ jobs:
pullequestReadyForReview:
runs-on: ubuntu-latest
steps:

- name: Move to "Ready for review" column
if: github.event.pull_request.draft == false
uses: alex-page/github-project-automation-plus@v0.9.0
with:
project: Artemis Development
column: Ready for review
repo-token: ${{ secrets.GH_TOKEN_ADD_TO_PROJECT }}

- name: Label "ready for review"
uses: actions/github-script@v7
with:
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/pullrequest-reopened.yml

This file was deleted.

0 comments on commit a4a4c8f

Please sign in to comment.