Skip to content

Commit

Permalink
ci: add workflow for duplicating issues to validatorctl (#88)
Browse files Browse the repository at this point in the history
## Issue

## Description
Adding a workflow to duplicate issues from the plugin repo into
validatorctl.

When a new issue is created which requires work in both the plugin and
validatorctl repos, it should be labeled with `validatorctl`. A copy
will be automatically made in the `validatorctl` repo, assigned to the
same person, and added to the `validator` project board.
  • Loading branch information
arturshadnik authored Aug 23, 2024
1 parent 7c047a2 commit 1c69402
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Create Issue

on:
issues:
types: [opened]

jobs:
create-issue:
uses: validator-labs/workflows/.github/workflows/issue.yaml@main
secrets: inherit
2 changes: 1 addition & 1 deletion build

0 comments on commit 1c69402

Please sign in to comment.