Skip to content

Merge pull request #71 from illallangi/dependabot/docker/library/pyth… #13

Merge pull request #71 from illallangi/dependabot/docker/library/pyth…

Merge pull request #71 from illallangi/dependabot/docker/library/pyth… #13

---
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- env:
DRY_RUN: true
GITHUB_TOKEN: ${{ secrets.PAT }}
WITH_V: true
id: version
name: Bump version and push tag
uses: anothrNick/[email protected]
- name: pull-request
uses: diillson/[email protected]
with:
destination_branch: master
github_token: ${{ secrets.PAT }}
pr_assignee: andrewcole
pr_label: release
pr_title: Release ${{ steps.version.outputs.new_tag }}
name: Automatically Create Pull Request
on:
push:
branches:
- development