Skip to content

Commit

Permalink
Merge pull request #19 from honeycombio/updates-github-actions
Browse files Browse the repository at this point in the history
Updates Github Action Workflows
  • Loading branch information
bdarfler authored Jul 8, 2021
2 parents 2924bac + 9ddbcfa commit 30fd884
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 30fd884

Please sign in to comment.