Skip to content

Commit

Permalink
More github workflow updates (#58)
Browse files Browse the repository at this point in the history
- updated renamed repos
- removed no-commit-to-branch because it does not work with push
  triggered jobs, and these are needed for codecov.
  • Loading branch information
ssbarnea committed Jan 2, 2024
1 parent 23ed05c commit 0e4addd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 1 addition & 5 deletions .github/workflows/ack.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e4addd

Please sign in to comment.