Skip to content

Backfill CHANGELOG entries for 0.2.0 and 0.3.0a1 #52

Backfill CHANGELOG entries for 0.2.0 and 0.3.0a1

Backfill CHANGELOG entries for 0.2.0 and 0.3.0a1 #52

Workflow file for this run

name: Welcome
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: |
Thanks for opening your first issue! We'll take a look soon.
In the meantime, search [Discussions](https://github.com/opendecree/decree/discussions) for related topics.
pr_message: |
Thanks for your first pull request! We appreciate the contribution.
Before review, please make sure tests pass: `cd sdk && pytest`