Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Documentation:
- changed-files:
- any-glob-to-any-file: ['docs/*']
# JavaScript:
# - any:
# - changed-files:
# - any-glob-to-any-file: ['javascript/*']
22 changes: 22 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Pull Request Labeler

on:
pull_request_target:
types: [opened, synchronize, reopened, closed]

jobs:
label:
name: Labeler
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Uploads repository content to the runner
with:
sparse-checkout: |
.github
- uses: actions/labeler@dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0



1 change: 1 addition & 0 deletions docs/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Testing for dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0
1 change: 1 addition & 0 deletions docs/test2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependabot-npm_and_yarn-types-jest-29_5_14
1 change: 0 additions & 1 deletion index.js

This file was deleted.

1 change: 1 addition & 0 deletions javascript/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("PR for dependabot/npm_and_yarn/ts-jest-29.2.5")
Loading