Skip to content

Commit 922cc3b

Browse files
committed
Removed add issue to backlog
1 parent d8e7702 commit 922cc3b

2 files changed

Lines changed: 0 additions & 178 deletions

File tree

.github/workflows/add-issue-to-project.yml

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

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,4 @@ Repository contains set of reusable Github workflows which can be used in differ
55
## Available actions and workflows
66

77
- [`defoldsdk` reusable workflow](./.github/workflows/defoldsdk.yml)
8-
- [`add-issue-to-project` reusable workflow](./.github/workflows/add-issue-to-project.yml)
98
- [`android` composite action](./.github/actions/android/README.md)
10-
11-
## Add new issues to a Project
12-
13-
Add this workflow to a repository that should send newly opened issues to a GitHub Project v2:
14-
15-
```yaml
16-
name: Add new issues to project
17-
18-
on:
19-
issues:
20-
types: [opened]
21-
22-
jobs:
23-
add-issue-to-project:
24-
uses: defold/github-actions-common/.github/workflows/add-issue-to-project.yml@<ref>
25-
with:
26-
project_owner: defold
27-
project_number: 1
28-
secrets:
29-
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
30-
```
31-
32-
`PROJECT_TOKEN` should be a PAT or GitHub App token with write access to the target Project and read access to the issue repository. If it is not provided, the reusable workflow falls back to `github.token`.

0 commit comments

Comments
 (0)