Skip to content

Commit

Permalink
Updates Github Action Workflows (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarfler authored Jul 6, 2021
1 parent b0853e2 commit 8e3c4bc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 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 }}
10 changes: 10 additions & 0 deletions .github/workflows/apply-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Apply project labels
on: [issues, pull_request, label]
jobs:
apply-labels:
runs-on: ubuntu-latest
name: Apply common project labels
steps:
- uses: honeycombio/oss-management-actions/labels@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e3c4bc

Please sign in to comment.