Bump elgohr/Publish-Docker-Github-Action from b4404fc8b52787c59471807ba0731aab9b3a8d42 to 6aa7c6928f7dee6eaf9a3eef414438ed54b3506b #151
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR emoji stripper | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
permissions: | |
pull-requests: write | |
jobs: | |
title_and_changelog: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: Wayland-Smithy/emoji-stripper-action@de0c1d158edee50700583d6454aa5f5117337599 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
title: true | |
body: true | |
body-after: ":cl:" | |
body-before: "/:cl:" |