Skip to content

Commit 61eb31b

Browse files
authored
Disable add-to-project action
At the moment, the project is mostly useful for the JSON-LD family of specs. When all specs are in maintenance mode, we might want to merge JSON-LD, YAML-LD and CBOR-LD together in the project.
1 parent fa46f52 commit 61eb31b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/add_prs_and_issues_to_project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
add-to-project:
13+
if: ${{ false }} # DISABLE THIS ACTION FOR THE MOMENT
1314
name: Add PR and issues to project
1415
runs-on: ubuntu-latest
1516
steps:

0 commit comments

Comments
 (0)