From 69c86c9a56b39cf97485427ceae7378e58d565e7 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 18 Jan 2021 13:29:03 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/DINAR-PORT.yml | 4 +++- .pre-commit-config.yaml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/DINAR-PORT.yml b/.github/workflows/DINAR-PORT.yml index 386664b..6b67445 100644 --- a/.github/workflows/DINAR-PORT.yml +++ b/.github/workflows/DINAR-PORT.yml @@ -47,9 +47,11 @@ jobs: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - name: Analyze request + env: + TITLE: ${{ github.event.issue.title }} run: | # sets environment variables that available in next steps via $ {{ env.PORT_... }} notation - python DINAR/workflow-files/analyze_port_trigger.py "${{ github.event.issue.title }}" + python DINAR/workflow-files/analyze_port_trigger.py "$TITLE" - name: Checkout Repo uses: actions/checkout@v2 with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1df1561..74c9377 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,6 +78,7 @@ repos: rev: v1.26.2 hooks: - id: pyupgrade + args: ["--keep-percent-format"] - repo: https://github.com/acsone/setuptools-odoo rev: 2.6.0 hooks: