Sha256: a145d6a192de6df91145ae444503be5c00d46e9688a3e5057a7b03bac6acce20

Contents?: true

Size: 1.49 KB

Versions: 21

Compression:

Stored size: 1.49 KB

Contents

name: Bump version
on:
  pull_request:
    branches:
    - main
    types:
    - closed
jobs:
  release:
    name: Bump version
    permissions: write-all
    runs-on: ubuntu-latest
    if: >-
      ${{ github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'skip-version-bump') }}
    steps:
      - name: Checkout code
        uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

      - name: Setup ruby
        uses: ruby/setup-ruby@904f3fef85a9c80a3750cbe7d5159268fd5caa9f # v1.138.0
        with:
          ruby-version: '3.2'
          bundler-cache: true

      - name: Bump version and create PR
        uses: bigbinary/bump-product-version@v1.1.3
        continue-on-error: true
        with:
          labels: ${{ join(github.event.pull_request.labels.*.name, ',') }}
          token: ${{ secrets.GITHUB_TOKEN }}
          default_bump_label: patch

      - name: Find bump version PR
        uses: juliangruber/find-pull-request-action@v1
        id: find-pull-request
        with:
          branch: bump-gem-version
          state: all

      - name: Add mergepr label
        uses: actions/github-script@v6
        with:
          script: |
            github.rest.issues.addLabels({
              issue_number: ${{ steps.find-pull-request.outputs.number }},
              owner: context.repo.owner,
              repo: context.repo.repo,
              labels: ["mergepr"]
            })

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
neeto-commons-backend-1.0.109 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.108 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.107 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.106 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.105 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.104 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.103 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.102 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.101 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.100 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.99 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.98 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.97 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.96 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.95 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.94 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.93 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.92 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.91 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml
neeto-commons-backend-1.0.90 lib/neeto_commons_backend/common_files/neeto_gems/github/workflows/bump_version.yml