sdhdfh
This commit is contained in:
parent
21a772f9d2
commit
652a1574fe
6
.github/workflows/label-maker.yml
vendored
6
.github/workflows/label-maker.yml
vendored
@ -1,7 +1,11 @@
|
|||||||
name: ConaIsa
|
name: ConaIsa
|
||||||
|
|
||||||
# Relevant to events - https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows
|
# Relevant to events - https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows
|
||||||
on: push
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [synchronize, opened, reopened, ready_for_review]
|
||||||
|
paths:
|
||||||
|
- '*.labels.yml$'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
labeler:
|
labeler:
|
||||||
|
10
.github/workflows/labeler.yml
vendored
10
.github/workflows/labeler.yml
vendored
@ -1,11 +1,11 @@
|
|||||||
# Workflow to associate labels automatically
|
# Workflow to associate labels automatically
|
||||||
name: Label management
|
name: Label management
|
||||||
|
|
||||||
# Trigger if push
|
on:
|
||||||
on: [pull_request]
|
pull_request:
|
||||||
# push:
|
types: [synchronize, opened, reopened, ready_for_review]
|
||||||
# paths:
|
paths:
|
||||||
# - '.*label-pr\.yml$'
|
- '*.label-pr.yml$'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
label:
|
||||||
|
Loading…
Reference in New Issue
Block a user