diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml deleted file mode 100644 index eb42c64c..00000000 --- a/.github/workflows/issue.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: New issue - -on: - issues: - types: - - opened - -jobs: - export: - name: Export - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: ./.github/actions/export - with: - issueTitle: ${{ github.event.issue.title }} - url: ${{ github.event.issue.html_url }} - assigned: ${{ github.event.issue.assignee.login }} - googleSheetsKey: ${{ secrets.GOOGLE_SHEETS_KEY }}