diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-10-16 08:19:36 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-10-16 08:19:36 +1000 |
| commit | 9502e15a1c5fed0fe6271bae51a2e5a54d3d97c5 (patch) | |
| tree | 27b2f571fb6cda626a5e848178d931425af726f4 /.github/workflows/autoassign.yml | |
| parent | a190bb945133afc2bbff70e78c1e685e1e4031dd (diff) | |
Remove autoassign and greetings workflows. Fixes #26
Diffstat (limited to '.github/workflows/autoassign.yml')
| -rw-r--r-- | .github/workflows/autoassign.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml deleted file mode 100644 index d942069..0000000 --- a/.github/workflows/autoassign.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: AutoAssigner -on: [pull_request] -jobs: - assignAuthor: - runs-on: ubuntu-latest - steps: - - uses: samspills/assign-pr-to-author@v1.0 - if: github.event_name == 'pull_request' && github.event.action == 'opened' - with: - repo-token: '${{ secrets.GITHUB_TOKEN }}' |
