Sha256: e0325f1ae5467bc0a9e518609f1f763180396e59e3009c416e7951c0e9fcdf15

Contents?: true

Size: 980 Bytes

Versions: 8

Compression:

Stored size: 980 Bytes

Contents

name: Release Drafter

on:
  push:
    # branches to consider in the event; optional, defaults to all
    branches:
      - master
  # pull_request event is required only for autolabeler
  pull_request:
    # Only following types are handled by the action, but one can default to all as well
    types: [opened, reopened, synchronize]

jobs:
  update_release_draft:
    runs-on: ubuntu-latest
    steps:
      # (Optional) GitHub Enterprise requires GHE_HOST variable set
      #- name: Set GHE_HOST
      #  run: |
      #    echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV

      # Drafts your next Release notes as Pull Requests are merged into "master"
      - uses: release-drafter/release-drafter@v5
        # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
        # with:
        #   config-name: my-config.yml
        #   disable-autolabeler: true
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
webtranslateit-safe-0.4.2 .github/workflows/release-drafter.yml
webtranslateit-safe-0.4.1 .github/workflows/release-drafter.yml
webtranslateit-safe-0.4.0 .github/workflows/release-drafter.yml
rubocop-ogat-4.7.0 .github/workflows/release-drafter.yml
rubocop-ogat-4.6.0 .github/workflows/release-drafter.yml
rubocop-ogat-4.5.0 .github/workflows/release-drafter.yml
rubocop-ogat-4.4.0 .github/workflows/release-drafter.yml
rubocop-ogat-4.3.0 .github/workflows/release-drafter.yml