[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: enable workflows for merge queues

+9
+3
.github/workflows/autofix.yml
··· 5 5 pull_request: 6 6 branches: 7 7 - main 8 + merge_group: 9 + branches: 10 + - main 8 11 9 12 permissions: 10 13 contents: read
+3
.github/workflows/ci.yml
··· 7 7 push: 8 8 branches: 9 9 - main 10 + merge_group: 11 + branches: 12 + - main 10 13 11 14 permissions: 12 15 contents: read
+3
.github/workflows/provenance.yml
··· 7 7 pull_request: 8 8 branches: 9 9 - main 10 + merge_group: 11 + branches: 12 + - main 10 13 permissions: 11 14 contents: read 12 15 jobs: