diff --git a/.github/workflows/assign_issues_to_project.yml b/.github/workflows/assign_issues_to_project.yml deleted file mode 100644 index 9e029c3bb..000000000 --- a/.github/workflows/assign_issues_to_project.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Auto assign issue to project - -on: - issues: - types: [opened] - -jobs: - assign_one_project: - runs-on: ubuntu-latest - name: Assign to Project - steps: - - name: Assign new issues to the project board - uses: actions/add-to-project@v0.1.0 - with: - project-url: https://github.com/orgs/software-mansion/projects/1 - github-token: ${{ secrets.PROTOSTAR_GITHUB_TOKEN }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml deleted file mode 100644 index 0e2bf133d..000000000 --- a/.github/workflows/auto-author-assign.yml +++ /dev/null @@ -1,16 +0,0 @@ -# .github/workflows/auto-author-assign.yml -name: Auto Author Assign - -on: - pull_request: - types: [ opened, reopened ] - -permissions: - pull-requests: write - -jobs: - assign-author: - runs-on: ubuntu-latest - if: "! github.event.pull_request.head.repo.fork " # do not run on forks - steps: - - uses: toshimaru/auto-author-assign@2daaeb2988aef24bf37e636fe733f365c046aba0 # v1.6.2