From 81b8413fb3ec4fa6e4eb740ce4a3320d3166d54e Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Mon, 6 Jan 2025 22:28:29 -0300 Subject: [PATCH] fix: Fixes execution of composer scripts and updates dependencies. --- .github/workflows/auto-assign.yml | 9 ++++++--- LICENSE | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 9280dc2..b1c4e50 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -1,9 +1,12 @@ -name: Auto assign issues +name: Auto assign issues and pull requests on: issues: types: - opened + pull_request: + types: + - opened jobs: run: @@ -12,11 +15,11 @@ jobs: issues: write pull-requests: write steps: - - name: Assign issues + - name: Assign issues and pull requests uses: gustavofreze/auto-assign@1.1.4 with: assignees: '${{ secrets.ASSIGNEES }}' github_token: '${{ secrets.GITHUB_TOKEN }}' allow_self_assign: 'true' allow_no_assignees: 'true' - assignment_options: 'ISSUE' \ No newline at end of file + assignment_options: 'ISSUE,PULL_REQUEST' \ No newline at end of file diff --git a/LICENSE b/LICENSE index 46fc4c0..6bfc7b1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Tiny Blocks +Copyright (c) 2022-2025 Tiny Blocks Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal