Skip to content

Commit

Permalink
Add project flow for onboarding improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Apr 8, 2022
1 parent 1c43239 commit dd3c0ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/assign-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
types: [labeled]

jobs:
notify:
assign-to-project:
runs-on: ubuntu-latest
steps:
- uses: timroes/assign-to-project-action@0.1.0
with:
token: ${{ secrets.OCTAVIA_PAT }}
projects: |
area/frontend=7
project/onboarding-improvements=16

0 comments on commit dd3c0ec

Please sign in to comment.