Skip to content
Merged
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
21 changes: 10 additions & 11 deletions .github/workflows/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ name: Auto Assign

on:
issues:
types: [opened, labeled]
types:
- opened
pull_request:
types: [opened, labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
types:
- opened

jobs:
auto_assign:
add-to-project:
name: Add issue/PR to project
runs-on: ubuntu-latest
name: Assign to Project
steps:
- name: Assign NEW issues and PRs to project 1
uses: srggrs/[email protected]
if: github.event.action == 'opened'
with:
project: 'https://github.com/awslabs/ktf/projects/1'
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/KernelTestFramework/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}