forked from pimcore/pimcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/10.6' into 11.x
# Conflicts: # composer.json # lib/Tool/Authentication.php
- Loading branch information
Showing
8 changed files
with
52 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Monthly Recurring Issues | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: 0 4 1 * * | ||
|
||
jobs: | ||
monthly_recurring_issues: | ||
name: Monthly Recurring Issues | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Get current month | ||
run: echo "MONTH=$(date '+%B')" >> $GITHUB_ENV | ||
|
||
- name: PhpStan Version Upgrade | ||
uses: imjohnbo/issue-bot@v3 | ||
with: | ||
labels: "Task" | ||
title: PhpStan Version Upgrade ${{ env.MONTH }} | ||
body: |- | ||
Please check for a newer PhpStan version. | ||
Create a PR with the latest version and fix all occurring issues :-) | ||
project-v2-path: orgs/pimcore/projects/10 | ||
token: ${{ secrets.ISSUE_CREATION_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters