Skip to content

Commit e72c23c

Browse files
committed
fix: update own yaml
1 parent 62091ee commit e72c23c

File tree

5 files changed

+18
-25
lines changed

5 files changed

+18
-25
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
projectName: "kanban1"
2+
columnName: "Review in progress"

.github/project-card-assign.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/auto-card-assign.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Move related issue when merge pull request"
2+
on:
3+
pull_request:
4+
types: [closed]
5+
6+
jobs:
7+
auto-move-related-issue:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: 1natsu172/github-action-auto-move-related-issue@master
11+
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
12+
id: auto-move-related-issue_action
13+
with:
14+
# github_token: "${{ secrets.GITHUB_TOKEN }}"
15+
config: "move-related-issue-on-merged.yml"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
required: true
99
config:
1010
description: "This Action's config."
11-
default: "auto-move-related-issue.yml"
11+
default: "auto-move-related-issue-config.yml"
1212
required: true
1313
branding:
1414
icon: "user-check"

0 commit comments

Comments
 (0)