Below you will find pages that utilize the taxonomy term “rodrigoarias”
February 27, 2024
Create Pull Request automatically
Version updated for rodrigoarias/auto-pullrequest to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Adds output pull_request_url
February 26, 2024
Create Pull Request automatically
Version updated for rodrigoarias/auto-pullrequest to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes First release.
Usage:
on:
push:
branches:
- 'hotfix/*'
jobs:
create_pull_request:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Alert main of changes in hotfix
uses: rodrigoarias/auto-pullrequest@1.0.0
with:
git-token: ${{ secrets.PUSH_TOKEN }}
base-branch: main
title: My pull request
body: "**Automated pull request**"
December 14, 2023
Auto Label Per User
Version updated for rodrigoarias/auto-label-per-user to version v1.0.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Add default label to action.yml
December 14, 2023
Auto Label Per User
Version updated for rodrigoarias/auto-label-per-user to version v1.0.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes A node action for assigning a label to a PR according the author.
This action is intended to assign a label to different users. When a PR is opened, a label is assigned according to the PR author.