Skip to content

Commit 1c69402

Browse files
authored
ci: add workflow for duplicating issues to validatorctl (#88)
## 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 7c047a2 commit 1c69402

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.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)