Skip to content

Commit 54c6751

Browse files
committed
chore: Updates workflow dependencies and project license.
1 parent 51dec9a commit 54c6751

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
*.lock
2-
.phpunit.*
3-
.idea/
1+
.idea
2+
vendor
3+
report
4+
.phpunit.cache
45

5-
/vendor/
6-
/report
6+
composer.lock
7+
.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) 2024-2025 Tiny Blocks
3+
Copyright (c) 2024-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)