Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates Github Action Workflows #19

Merged
merged 1 commit into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}