Skip to content

Commit

Permalink
👷 CI: Update and add the configuration for the Github Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoleal20 committed Apr 28, 2024
1 parent 00c7341 commit 744ac9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/open_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
- name: Checkout code 🧑‍💻
uses: actions/checkout@v3

- name: Set Git user globally to github-actions ⑆
uses: gotmax23/set-bot-git-user-action@main
with:
global: true
bot: github-actions
name: "Github Actions"

- name: Set up Python 🐍
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 744ac9c

Please sign in to comment.