chore(deps): bump compiler to 2022-01-04T16:08:11Z

- disable PR automerge on compiler update (too risky)
- change init file to be a namespace package
- remove version.py (infos can still be retrieved through package meta)
this avoids potential conflicts with other packages we release
- various fixes for compiler compatibility

closes #1272
This commit is contained in:
IceTDrinker
2022-01-04 16:52:55 +00:00
committed by Arthur Meyre
parent fcbf92609f
commit a48f8cb4f1
16 changed files with 69 additions and 84 deletions

View File

@@ -58,19 +58,6 @@ jobs:
body: "Automatic PR for docker env compiler update"
labels: dependencies
delete-branch: true
- name: Self approve PR to attempt auto merge
if: ${{ fromJSON(env.SHOULD_RUN) && steps.cpr.outputs.pull-request-number != null }}
uses: hmarr/auto-approve-action@6a9ec7556f0a7fa5b49527a1eea4878b8a22d2e0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
- name: Enable auto-merge for PR
if: ${{ fromJSON(env.SHOULD_RUN) && steps.cpr.outputs.pull-request-number != null }}
uses: peter-evans/enable-pull-request-automerge@d2ede5636b3febc92809259995e643565e675aab
with:
token: ${{ secrets.BOT_TOKEN }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: rebase
- name: Send Slack Notification
if: ${{ always() && failure() }}
continue-on-error: true