diff options
| author | Jordan <jordan@psifertex.com> | 2022-01-13 20:51:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-13 20:51:13 -0500 |
| commit | c1f9d616a327f8992d470859899eef27f591a396 (patch) | |
| tree | 4e7a279d191fbbd8b540b014e03838844a70169d /.github/workflows | |
| parent | 486a019282443ae5429b3c42ae132fe11f4f017f (diff) | |
remove broken workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 5ec2f9da..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Auto Assign to Project - -on: - issues: - types: [opened] - pull_request: - types: [opened] -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -jobs: - assign_one_project: - runs-on: ubuntu-latest - name: Assign to One Project - steps: - - name: Assign NEW issues and NEW pull requests to Binary Ninja project - uses: srggrs/assign-one-project-github-action@1.3.1 - if: github.event.action == 'opened' - with: - project: 'https://github.com/orgs/Vector35/projects/15' |
