-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert to reusable action #5565
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
uses: actions/github-script@v6 | ||
with: | ||
script: core.setFailed('Changelog entry required to merge.') | ||
uses: dbt-labs/actions/.github/workflows/changelog-check.yml@er/changelog-check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to implement this change once dbt-labs/actions#23 gets merged in
uses: dbt-labs/actions/.github/workflows/changelog-check.yml@er/changelog-check | |
uses: dbt-labs/actions/.github/workflows/changelog-check.yml@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing stands out 👍
609a04c
to
5b97ca7
Compare
* convert to reusable action * fix branch name * reimplemented changelog * update to use workflow * fix typo * move def * inherit secrets * send in comment/label * specify GITHUB_TOKEN * Add automated changelog yaml from template for bot PR * Delete Dependency-20220801-193810.yaml * Add automated changelog yaml from template for bot PR * remove dummy changelog * remove token * rename file * point to main Co-authored-by: Github Build Bot <[email protected]>
* convert to reusable action * fix branch name * reimplemented changelog * update to use workflow * fix typo * move def * inherit secrets * send in comment/label * specify GITHUB_TOKEN * Add automated changelog yaml from template for bot PR * Delete Dependency-20220801-193810.yaml * Add automated changelog yaml from template for bot PR * remove dummy changelog * remove token * rename file * point to main Co-authored-by: Github Build Bot <[email protected]>
resolves #5501
Description
Convert to use reusable action
Related PR in dbt-labs/actions repo: dbt-labs/actions#23
Checklist
changie new
to create a changelog entry