diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml deleted file mode 100644 index 4d99650109..0000000000 --- a/.github/workflows/licenses.yml +++ /dev/null @@ -1,35 +0,0 @@ -# AUTO-GENERATED, DO NOT EDIT! -# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/licenses.yml - -name: Licenses - -on: - pull_request: - push: - branches: - - main - - v3 - - master - -jobs: - licenses: - name: License compliance - runs-on: ubuntu-latest - steps: - - name: Install script - uses: ory/ci/licenses/setup@master - with: - token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }} - - name: Check licenses - uses: ory/ci/licenses/check@master - - name: Write, commit, push licenses - uses: ory/ci/licenses/write@master - if: - ${{ github.ref == 'refs/heads/main' || github.ref == - 'refs/heads/master' || github.ref == 'refs/heads/v3' }} - with: - author-email: - ${{ secrets.ORY_BOT_PAT && - '60093411+ory-bot@users.noreply.github.com' || - format('{0}@users.noreply.github.com', github.actor) }} - author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }} diff --git a/.github/workflows/pm.yml b/.github/workflows/pm.yml deleted file mode 100644 index cec5a917c7..0000000000 --- a/.github/workflows/pm.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Synchronize with product board - -on: - issues: - types: - - opened - pull_request: - types: - - opened - - ready_for_review - -jobs: - automate: - if: github.event.pull_request.head.repo.fork == false - name: Add issue to project - runs-on: ubuntu-latest - timeout-minutes: 5 - steps: - - uses: ory-corp/planning-automation-action@v0.2 - with: - organization: ory-corp - project: 5 - token: ${{ secrets.ORY_BOT_PAT }} - todoLabel: "Needs Triage" - statusName: Status - prStatusValue: "Needs Triage" - issueStatusValue: "Needs Triage" - includeEffort: "false" - monthlyMilestoneName: Roadmap Monthly - quarterlyMilestoneName: Roadmap