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
# https://github.com/samspills/assign-pr-to-author
# Disabled due to #14 HttpError: Resource not accessible by integration:
# https://github.com/samspills/assign-pr-to-author/issues/14
name: Auto Assign PR
on: [pull_request]
#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 }}'
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 }}'