Skip to content

Possible bug when using both MentionFilter and TeamMentionFilter #21

Possible bug when using both MentionFilter and TeamMentionFilter

Possible bug when using both MentionFilter and TeamMentionFilter #21

Workflow file for this run

name: Tag and Release
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "lib/html_pipeline/version.rb"
pull_request_target:
types:
- closed
jobs:
ruby:
uses: yettoapp/actions/.github/workflows/ruby_gem_release.yml@main
secrets:
rubygems_api_key: ${{ secrets.RUBYGEMS_API_BOT_KEY }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
gem_name: html-pipeline
version_filepath: lib/html_pipeline/version.rb
prepare: ${{ github.event_name == 'push' }}
release: ${{ github.event_name == 'workflow_dispatch' || ((github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'release'))) }}