eml-nl 0.6.2

Parse, manipulate and emit EML_NL documents
Documentation
name: CLA Assistant

on:
  pull_request_target:
    types:
      - opened
      - synchronize

permissions:
  pull-requests: write

jobs:
  check:
    name: Check CLA
    runs-on: ubuntu-latest
    steps:
      - id: check
        uses: kiesraad/cla-bot@99048d3d89305bee35b3903b124878e5864855e8 # main
        with:
          contributors-repository-owner: kiesraad
          contributors-repository-name: abacus
          contributors-file: contributors.yml
      - if: failure() && steps.check.outputs.missing
        uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
        with:
          message: |
            Hi ${{steps.check.outputs.missing}}!

            Thank you for contributing to rust-eml-nl! Before we consider your pull request, we ask that you sign [our Contributor Licence Agreement (CLA)](https://github.com/kiesraad/abacus/blob/main/CLA.md). This is only required for your first pull request.

            Please [review the CLA](https://github.com/kiesraad/abacus/blob/main/CLA.md), and send your signed copy to abacus[@]kiesraad.nl. Thanks!

      - if: success()
        uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
        with:
          delete: true