Skip to content

Commit

Permalink
[action] move oss triage wofkow to common workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Oct 18, 2022
1 parent 361e2b2 commit 91775f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .github/labeler.yml

This file was deleted.

23 changes: 5 additions & 18 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,13 @@ on:
issues:
types:
- opened
- reopened
pull_request_target:
types:
- opened
- reopened

jobs:

label:
name: Label PR
runs-on: ubuntu-latest
if: github.event_name == 'pull_request_target'
steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

add-to-project:
name: Add to Triage Project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/smallstep/projects/94
github-token: ${{ secrets.TRIAGE_PAT }}
triage:
uses: smallstep/workflows/.github/workflows/triage.yml@main
secrets: inherit

0 comments on commit 91775f6

Please sign in to comment.