We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3155a37 commit 0ab1464Copy full SHA for 0ab1464
1 file changed
.github/workflows/issues.yml
@@ -8,16 +8,6 @@ env:
8
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9
10
jobs:
11
- assign_one_project:
12
- runs-on: ubuntu-latest
13
- name: Assign to One Project
14
- steps:
15
- - name: Assign new issues and pull requests to project 1 Backlog
16
- uses: srggrs/assign-one-project-github-action@1.2.0
17
- with:
18
- project: 'https://github.com/nextcloud/bookmarks/projects/1'
19
- column_name: 'Backlog'
20
-
21
first_comment:
22
runs-on: ubuntu-latest
23
name: Add first comment
0 commit comments