updated workflows

This commit is contained in:
irongut
2021-10-07 15:36:49 +01:00
parent 3766e5780e
commit 1b1147a0ce
+11 -14
View File
@@ -1,18 +1,15 @@
# Assign PR to Author # Assign PR to Author
# https://github.com/samspills/assign-pr-to-author # https://github.com/samspills/assign-pr-to-author
# Disabled due to #14 HttpError: Resource not accessible by integration: name: Auto Assign PR
# https://github.com/samspills/assign-pr-to-author/issues/14 on: [pull_request]
#name: Auto Assign PR jobs:
#on: [pull_request] assignAuthor:
runs-on: ubuntu-latest
#jobs: steps:
# assignAuthor: - name: Auto Assign PR
# runs-on: ubuntu-latest uses: samspills/assign-pr-to-author@v1.0
# steps: if: github.event_name == 'pull_request' && github.event.action == 'opened'
# - name: Auto Assign PR with:
# uses: samspills/assign-pr-to-author@v1.0 repo-token: '${{ secrets.GITHUB_TOKEN }}'
# if: github.event_name == 'pull_request' && github.event.action == 'opened'
# with:
# repo-token: '${{ secrets.GITHUB_TOKEN }}'