Skip to content

Commit 7c690f3

Browse files
authored
ci: add workflow for duplicating issues to validatorctl (#480)
## 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.
1 parent b8b0dc2 commit 7c690f3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/issue.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Create Issue
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
create-issue:
9+
uses: validator-labs/workflows/.github/workflows/issue.yaml@main
10+
secrets: inherit

build

0 commit comments

Comments
 (0)