Skip to content

Commit

Permalink
Updates Github Action Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarfler committed Jul 2, 2021
1 parent 2924bac commit 9ddbcfa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 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: 2 additions & 8 deletions .github/workflows/apply-labels.yml
Original file line number Diff line number Diff line change
@@ -1,16 +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 9ddbcfa

Please sign in to comment.