diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index f92d0f6..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,23 +0,0 @@ -name-template: '$NEXT_MINOR_VERSION' -tag-template: '$NEXT_MINOR_VERSION' -categories: - - title: '🚀 New Features' - labels: - - 'type:new feature' - - title: '🔬 Improvements' - labels: - - 'type:improvement' - - title: '🐞 Bug Fixes' - labels: - - 'type:bug' - - title: '⬆️ Dependency Updates' - labels: - - 'type:dependencies' - -change-template: '* $TITLE (via #$NUMBER) - @$AUTHOR' -exclude-labels: - - 'type:internal' -template: | - $CHANGES - ## 👀 Links - [Commits since $PREVIOUS_TAG](https://github.com/allure-framework/allure-php-commons/compare/$PREVIOUS_TAG...main) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a62f67f..cf66672 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - "--prefer-lowest" steps: - name: Checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.3.0 - name: Validate composer.json and composer.lock run: composer validate diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml deleted file mode 100644 index 10c9b4d..0000000 --- a/.github/workflows/draft-release.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Release Draft - -on: - push: - branches: - - main - -jobs: - update_draft_release: - runs-on: ubuntu-latest - steps: - - uses: toolmantim/release-drafter@v5.15.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label-verify.yml b/.github/workflows/label-verify.yml index 7c7efbc..1f0b431 100644 --- a/.github/workflows/label-verify.yml +++ b/.github/workflows/label-verify.yml @@ -10,6 +10,7 @@ jobs: steps: - uses: baev/action-label-verify@main with: + repo-token: ${{ secrets.GITHUB_TOKEN }} allowed: | type:bug type:improvement diff --git a/composer.json b/composer.json index cdce9df..4413165 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "require-dev": { "jetbrains/phpstorm-attributes": "^1", "phpunit/phpunit": "^9.5.10", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.18.4", "squizlabs/php_codesniffer": "^3.6.2", "vimeo/psalm": "^4.15" },