Skip to content

Commit

Permalink
More ack fixes (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Mar 4, 2024
1 parent e1d2008 commit c48b990
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
# either title, body or source branch name. We ignore potential failure
# of this step.
- name: Auto-add labels
if: |
github.event.action == "opened" &&
!contains(fromJSON('["bug", "feature", "skip-changelog", "minor", "enhancement"]'), github.event.issue.labels.*.name)
uses: release-drafter/release-drafter@v6
with:
# we only want to use the auto-labeler bits:
Expand Down Expand Up @@ -73,16 +76,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 c48b990

Please sign in to comment.