Skip to content

Commit

Permalink
Create project_metadata.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan authored Nov 14, 2024
1 parent becc9c2 commit 4375baf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/project_metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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: Add issue to project and set metadata
if: github.event.pull_request.head.repo.full_name == github.repository || github.event.issue.number != ''
runs-on: ubuntu-latest

steps:
- name: Update Project Fields
uses: titoportas/[email protected]
with:
project-url: https://github.com/orgs/Kuadrant/projects/18
github-token: ${{ secrets.PROJECT_METADATA_SECRET }}
field-keys: Feature,Area
field-values: Console Plugin,User Experience

0 comments on commit 4375baf

Please sign in to comment.