Skip to content

Commit 0ab1464

Browse files
committed
fix: Remove erroring issue workflow step
fixes #2336 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 3155a37 commit 0ab1464

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/issues.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ env:
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99

1010
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-
2111
first_comment:
2212
runs-on: ubuntu-latest
2313
name: Add first comment

0 commit comments

Comments
 (0)