mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-19 08:20:13 +02:00
updated workflows
This commit is contained in:
@@ -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 }}'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user