You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-13
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This action allows you to use any of
6
6
the [issue](https://help.github.com/en/articles/events-that-trigger-workflows#issues-event-issues) webhook events to
7
-
create project cards. For example when an `issue` is `opened` create a card in the project column. Or on [pull_request](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request) close event move all linked issues(note you should link issues in the Development section of PR ) to this PR or children PRs to specific project column.
7
+
create project cards. For example when an `issue` is `opened` create a card in the project column. Or on [pull_request](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request) close event move all linked issues(note you should link issues in the Development section of PR ) to this PR or child PRs to specific project column.
8
8
9
9
### Issues workflow example
10
10
```yml
@@ -65,7 +65,7 @@ jobs:
65
65
name: Move issues to repository project column
66
66
runs-on: ubuntu-latest
67
67
steps:
68
-
- name: Move all issues related to current PR(into main branch) and children PRs to 'Done' column
68
+
- name: Move all issues related to current PR(into main branch) and child PRs to 'Done' column
0 commit comments