mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-19 08:20:13 +02:00
updated workflows
This commit is contained in:
@@ -17,26 +17,26 @@ jobs:
|
|||||||
uses: srggrs/assign-one-project-github-action@1.3.1
|
uses: srggrs/assign-one-project-github-action@1.3.1
|
||||||
if: contains(github.event.issue.labels.*.name, 'bug')
|
if: contains(github.event.issue.labels.*.name, 'bug')
|
||||||
with:
|
with:
|
||||||
project: 'https://github.com/irongut/EDlib/projects/1'
|
project: 'https://github.com/irongut/CodeCoverageSummary/projects/1'
|
||||||
column_name: 'Needs triage'
|
column_name: 'Needs triage'
|
||||||
|
|
||||||
- name: Assign Issues to Enhancements
|
- name: Assign Issues to Enhancements
|
||||||
uses: srggrs/assign-one-project-github-action@1.3.1
|
uses: srggrs/assign-one-project-github-action@1.3.1
|
||||||
if: contains(github.event.issue.labels.*.name, 'enhancement')
|
if: contains(github.event.issue.labels.*.name, 'enhancement')
|
||||||
with:
|
with:
|
||||||
project: 'https://github.com/irongut/EDlib/projects/2'
|
project: 'https://github.com/irongut/CodeCoverageSummary/projects/2'
|
||||||
column_name: 'To do'
|
column_name: 'To do'
|
||||||
|
|
||||||
- name: Assign PRs to Bugs
|
- name: Assign PRs to Bugs
|
||||||
uses: srggrs/assign-one-project-github-action@1.3.1
|
uses: srggrs/assign-one-project-github-action@1.3.1
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'bug')
|
if: contains(github.event.pull_request.labels.*.name, 'bug')
|
||||||
with:
|
with:
|
||||||
project: 'https://github.com/irongut/EDlib/projects/1'
|
project: 'https://github.com/irongut/CodeCoverageSummary/projects/1'
|
||||||
column_name: 'In Progress'
|
column_name: 'In Progress'
|
||||||
|
|
||||||
- name: Assign PRs to Enhancements
|
- name: Assign PRs to Enhancements
|
||||||
uses: srggrs/assign-one-project-github-action@1.3.1
|
uses: srggrs/assign-one-project-github-action@1.3.1
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'enhancement')
|
if: contains(github.event.pull_request.labels.*.name, 'enhancement')
|
||||||
with:
|
with:
|
||||||
project: 'https://github.com/irongut/EDlib/projects/2'
|
project: 'https://github.com/irongut/CodeCoverageSummary/projects/2'
|
||||||
column_name: 'In Progress'
|
column_name: 'In Progress'
|
||||||
|
|||||||
@@ -2,7 +2,10 @@
|
|||||||
# https://github.com/samspills/assign-pr-to-author
|
# https://github.com/samspills/assign-pr-to-author
|
||||||
|
|
||||||
name: Auto Assign PR
|
name: Auto Assign PR
|
||||||
on: [pull_request]
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
assignAuthor:
|
assignAuthor:
|
||||||
@@ -10,6 +13,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Auto Assign PR
|
- name: Auto Assign PR
|
||||||
uses: samspills/assign-pr-to-author@v1.0.1
|
uses: samspills/assign-pr-to-author@v1.0.1
|
||||||
if: github.event_name == 'pull_request' && github.event.action == 'opened'
|
|
||||||
with:
|
with:
|
||||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user