Skip to content

Commit

Permalink
Updates Github Action Workflows (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarfler authored Jul 6, 2021
1 parent 08ea9d2 commit 08b3259
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Apply project management flow
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
project-management:
runs-on: ubuntu-latest
name: Apply project management flow
steps:
- uses: honeycombio/oss-management-actions/projects@v1
with:
ghprojects-token: ${{ secrets.GHPROJECTS_TOKEN }}
9 changes: 2 additions & 7 deletions .github/workflows/apply-labels.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: Apply project labels

on:
- issues
- label
- pull_request_target
- pull_request
on: [issues, pull_request, label]
jobs:
apply-labels:
runs-on: ubuntu-latest
name: Apply common project labels
steps:
- uses: honeycombio/integrations-labels@v1
- uses: honeycombio/oss-management-actions/labels@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 08b3259

Please sign in to comment.