Skip to content

Commit

Permalink
.github/workflows: generalize GH workflow for adding apm:ecosystems l…
Browse files Browse the repository at this point in the history
…abel (DataDog#2496)
  • Loading branch information
katiehockman authored Jan 10, 2024
1 parent d47ce67 commit 2ba2e8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ecosystems-label.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: Label APM Ecosystems issues
on:
issues:
paths:
- "contrib/**"
types:
- reopened
- opened
- edited
pull_request:
paths:
- "contrib/**"
types:
- opened
- reopened
- edited
jobs:
label_issues:
if: contains(github.event.pull_request.title, 'contrib')
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/actions-ecosystem-add-labels
Expand Down

0 comments on commit 2ba2e8b

Please sign in to comment.