Skip to content

Commit

Permalink
More ack fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 4, 2024
1 parent e1d2008 commit cc167a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,9 @@ jobs:
# label-operator: NOT

# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#approve-a-pull-request
- name: Dependabot metadata
if: github.actor == 'dependabot[bot]'
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Enable auto-merge for safe bots PRs
if: contains(fromJson('["dependabot[bot]", "pre-commit-ci[bot]"]'), github.actor)
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mentoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ The mentorship program should also help you improve collaboration with other ope
- Check if you have enough available time to invest in that. It would not be unreasonable to assume that at least **4h/week** would be needed for at least few months.
- Be sure you mention what you aim to gain from that experience, what areas you want to focus on.

At the moment this was written, both [`ssbarnea`](https://github.com/ssbarnea) and [`ganeshrn`](https://github.com/ganeshrn) may be able to accept a mentee. You should also post a message on https://github.com/ansible/devtools/discussions/81
At the moment this was written, both [`ssbarnea`](https://github.com/ssbarnea) and [`ganeshrn`](https://github.com/ganeshrn) may be able to accept a mentee. You should also post a message on https://github.com/ansible/team-devtools/discussions/81
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ theme:
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ansible/devtools
link: https://github.com/ansible/team-devtools
nav:
- home: index.md
- guides:
Expand Down

0 comments on commit cc167a4

Please sign in to comment.