Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
17edaad
creating PR for testiing bump
suyashgaonkar Dec 12, 2024
56000fc
events added
suyashgaonkar Dec 12, 2024
743cd62
changes for js
suyashgaonkar Dec 12, 2024
f23760c
JS LABEL
suyashgaonkar Dec 12, 2024
8945221
fixing the config
suyashgaonkar Dec 12, 2024
2cf27a4
minor change
suyashgaonkar Dec 13, 2024
2cfea38
test
suyashgaonkar Dec 13, 2024
5f29db1
Update labeler.yml
suyashgaonkar Dec 16, 2024
322d8d3
Update labeler.yml
suyashgaonkar Dec 16, 2024
3eab22d
Update index.js
suyashgaonkar Dec 16, 2024
d5f83ad
Update labeler.yml
suyashgaonkar Dec 16, 2024
a323ac0
Update index.js
suyashgaonkar Dec 16, 2024
f0d848b
typescript added
suyashgaonkar Dec 16, 2024
4d7a764
Merge branch 'issue-818-test' of https://github.com/setup-actions-dem…
suyashgaonkar Dec 16, 2024
c2c95c5
Update index.ts
suyashgaonkar Dec 16, 2024
6d7fb0d
changes in ts
suyashgaonkar Dec 16, 2024
184f9d5
Update labeler.yml
suyashgaonkar Dec 16, 2024
32f4761
Update labeler.yml
suyashgaonkar Dec 16, 2024
f755ffd
Update labeler.yml
suyashgaonkar Dec 16, 2024
2436763
Update index.ts
suyashgaonkar Dec 16, 2024
74efa74
Create index.py
suyashgaonkar Dec 16, 2024
5b33c9f
Update labeler.yml
suyashgaonkar Dec 16, 2024
558ecad
Merge branch 'issue-818-test' of https://github.com/setup-actions-dem…
suyashgaonkar Dec 17, 2024
039e56f
changes to labeler.yml in issue-818-test
suyashgaonkar Dec 17, 2024
2d1ff79
firstc commit
suyashgaonkar Dec 20, 2024
3bcc8e7
testing
suyashgaonkar Dec 20, 2024
ad287ac
testing regex
suyashgaonkar Dec 20, 2024
876200c
changes to issue-817
suyashgaonkar Dec 20, 2024
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.
13 changes: 13 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Javascript:
- any:
- any-glob-to-any-file: ["**/*.js", "**/*.jsx"]
Typescript:
- any:
- changed-files:
- any-glob-to-any-file: ["**/*.ts", "**/*.tsx"]
- head-branch: '/^(?i)(a).*/'
Python:
- any:
- changed-files:
- any-glob-to-any-file: ["**/*.py"]

19 changes: 19 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Pull Request Labeler

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

jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- uses: actions/checkout@v4 # Uploads repository content to the runner
with:
sparse-checkout: |
.github
- uses: actions/labeler@v5
1 change: 1 addition & 0 deletions docs/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependabot/npm_and_yarn/minimatch-10.0.1
1 change: 1 addition & 0 deletions docs/test2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test2.md211112024dependabot/npm_and_yarn/minimatch-10.0.1
3 changes: 3 additions & 0 deletions javascript/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
console.log("dependabot/npm_and_yarn/minimatch-10.0.1")
console.log("hello world 2")
console.log("hello Friend")
1 change: 1 addition & 0 deletions python/index.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Hello World python")
File renamed without changes.
Loading