Skip to content

fix typo in 'bin.mailhog.url' in 'build-release.properties' #27

fix typo in 'bin.mailhog.url' in 'build-release.properties'

fix typo in 'bin.mailhog.url' in 'build-release.properties' #27

Workflow file for this run

name: Create labels
on:
push:
branches:
- 'main'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: false
dry-run: false
exclude: |
help*
*issue