Skip to content

Commit

Permalink
Merge pull request #231 from waku-org/reliability-project-board
Browse files Browse the repository at this point in the history
create add reliability issue to project workflow
  • Loading branch information
chair28980 authored Jul 31, 2024
2 parents a5e5caa + e219e57 commit 58e0f49
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-reliability-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add Reliability Issue to Project

on:
issues:
types: [labeled]

jobs:
add-to-project:
name: Add reliability issue to project
runs-on: ubuntu-latest
steps:
- name: Check if label is 'reliability'
if: github.event.label.name == 'reliability'
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/waku-org/projects/51
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 58e0f49

Please sign in to comment.