HTTPRoute + Gateway decoration #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add Console Plugin metadata | |
on: | |
issues: | |
types: | |
- opened | |
pull_request: | |
types: | |
- opened | |
jobs: | |
add-and-update-project-fields: | |
# Only run jobs if the feature branch is in your repo (not in a fork) | |
# OR | |
# it is an issue | |
name: Create/update project issue | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/Kuadrant/projects/18 | |
github-token: ${{ secrets.ADD_ISSUES_TOKEN }} | |
id: add-project # Save the step output for item-id | |
- uses: titoportas/[email protected] | |
with: | |
project-url: https://github.com/orgs/Kuadrant/projects/18 | |
github-token: ${{ secrets.ADD_ISSUES_TOKEN }} | |
item-id: ${{ steps.add-project.outputs.itemId }} | |
field-keys: Feature,Area,Status | |
field-values: Console Plugin,User Experience,Todo |