From 847b0b5544af284067bc7bfaa11dae151885bd2c Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 29 Dec 2023 16:57:39 +0000 Subject: [PATCH] More github workflow updates - updated renamed repos - removed no-commit-to-branch because it does not work with push triggered jobs, and these are needed for codecov. --- .github/release-drafter.yml | 4 ++-- .github/workflows/ack.yml | 6 +----- .pre-commit-config.yaml | 2 -- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e3e5966e..b2c18a90 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,3 +1,3 @@ --- -# see https://github.com/ansible-community/devtools -_extends: ansible-community/devtools +# see https://github.com/ansible/team-devtools +_extends: ansible/team-devtools diff --git a/.github/workflows/ack.yml b/.github/workflows/ack.yml index 51bab1f7..ead0a0fc 100644 --- a/.github/workflows/ack.yml +++ b/.github/workflows/ack.yml @@ -1,4 +1,4 @@ -# See https://github.com/ansible-community/devtools/blob/main/.github/workflows/ack.yml +# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/ack.yml name: ack concurrency: @@ -11,8 +11,4 @@ on: jobs: ack: - permissions: - checks: write - contents: write # needed to update release - pull-requests: write uses: ansible/devtools/.github/workflows/ack.yml@main diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c0cb8ad..47048ca3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,6 @@ repos: - id: check-symlinks - id: debug-statements - id: end-of-file-fixer - - id: no-commit-to-branch - args: [--branch, main] - id: trailing-whitespace - repo: https://github.com/asottile/add-trailing-comma.git