From 18926eb4904b8741038a441f7b38bf055765d155 Mon Sep 17 00:00:00 2001 From: Allan - CodeWorks Date: Thu, 18 Jan 2024 08:53:32 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Enl=C3=A8ve=20le=20setup.py=20de=20la=20lis?= =?UTF-8?q?te=20des=20fichiers=20=C3=A0=20ignorer=20dans=20les=20v=C3=A9ri?= =?UTF-8?q?fications=20de=20changements=20fonctionels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/has-functional-changes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/has-functional-changes.sh b/.github/has-functional-changes.sh index 228bf898..48f97805 100755 --- a/.github/has-functional-changes.sh +++ b/.github/has-functional-changes.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -IGNORE_DIFF_ON="README.md CONTRIBUTING.md Makefile .gitignore .github/* setup.py" +IGNORE_DIFF_ON="README.md CONTRIBUTING.md Makefile .gitignore .github/*" last_tagged_commit=`git describe --tags --abbrev=0 --first-parent` # --first-parent ensures we don't follow tags not published in master through an unlikely intermediary merge commit From 9af4c18fa0c21efa1cf02dc8fe629c7e6866ed95 Mon Sep 17 00:00:00 2001 From: Allan - CodeWorks Date: Thu, 18 Jan 2024 08:56:24 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Enl=C3=A8ve=20les=20commentaires=20sur=20le?= =?UTF-8?q?s=20permissions=20dans=20le=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 958eae87..41c21e31 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -133,9 +133,7 @@ jobs: needs: [ check-for-functional-changes ] if: needs.check-for-functional-changes.outputs.status == 'success' permissions: - #id-token is mandatory for trusted publishing id-token: write - #contents is mandatory for git tag publishing contents: write steps: - uses: actions/checkout@v3