workflow fixes

This commit is contained in:
irongut
2021-09-06 15:06:40 +01:00
parent 71c6f23d2f
commit 0bcadffdb9
2 changed files with 19 additions and 20 deletions
+14 -11
View File
@@ -1,15 +1,18 @@
# Assign PR to Author
# https://github.com/samspills/assign-pr-to-author
name: Auto Assign PR
on: [pull_request]
# Disabled due to #14 HttpError: Resource not accessible by integration:
# https://github.com/samspills/assign-pr-to-author/issues/14
jobs:
assignAuthor:
runs-on: ubuntu-latest
steps:
- name: Auto Assign PR
uses: samspills/assign-pr-to-author@v1.0
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
#name: Auto Assign PR
#on: [pull_request]
#jobs:
# assignAuthor:
# runs-on: ubuntu-latest
# steps:
# - name: Auto Assign PR
# uses: samspills/assign-pr-to-author@v1.0
# if: github.event_name == 'pull_request' && github.event.action == 'opened'
# with:
# repo-token: '${{ secrets.GITHUB_TOKEN }}'