Skip to content

Commit e9d28a2

Browse files
committed
chore: Updates workflow dependencies and project license.
1 parent 96e6539 commit e9d28a2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- name: Assign issues and pull requests
19-
uses: gustavofreze/auto-assign@1.1.4
19+
uses: gustavofreze/auto-assign@2.0.0
2020
with:
2121
assignees: '${{ secrets.ASSIGNEES }}'
2222
github_token: '${{ secrets.GITHUB_TOKEN }}'

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.idea
22
vendor
33
report
4+
.phpunit.cache
5+
46
composer.lock
57
.phpunit.result.cache

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2025 Tiny Blocks
3+
Copyright (c) 2022-2026 Tiny Blocks
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)