Releases: conda/actions
Releases · conda/actions
v23.4.0
What's Changed
- 🔄 synced file(s) with conda/infrastructure by @conda-bot in #80
- Add dependabot by @kenodegard in #81
- Bump actions/github-script from 5 to 6 in /read-yaml by @dependabot in #83
- Bump actions/setup-node from 2 to 3 in /read-yaml by @dependabot in #82
- Add+apply ymlfmt + actions schema checks via pre-commit by @dbast in #84
- Remove rever news snippet template by @kenodegard in #85
- 🔄 synced file(s) with conda/infrastructure by @conda-bot in #86
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #87
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #89
- 🔄 synced file(s) with conda/infrastructure by @conda-bot in #88
- Use actions-ecosystem/action-add/remove-labels by @kenodegard in #75
- 🔄 synced file(s) with conda/infrastructure by @conda-bot in #90
- Update
check-cla
to customize which CLA repo to use by @kenodegard in #91 - Bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3 in /check-cla by @dependabot in #93
- Bump peter-evans/create-pull-request from 4 to 5 in /check-cla by @dependabot in #92
- Bump version by @kenodegard in #95
New Contributors
Full Changelog: v23.3.0...v23.4.0
v23.3.0
What's Changed
- add allure-multi action from dholth/allure-multi by @dholth in #69
- Remove
issue-in-project
anduser-in-team
actions by @kenodegard in #73 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #70
- sort index page by @dholth in #71
- 🔄 Synced file(s) with conda/infrastructure by @conda-bot in #78
- Automatically create CLA signee PR by @kenodegard in #77
- use $GITHUB_OUTPUT file by @dholth in #79
Full Changelog: v22.11.1...v23.3.0
v22.11.1
Full Changelog: v22.11.0...v22.11.1
v22.11.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #64
- Delete dependabot.yml by @jezdez in #67
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #68
- 🔄 Synced file(s) with conda/infra by @conda-bot in #60
- Quote params better.
Full Changelog: v22.10.0...v22.11.0
v22.10.0
What's Changed
- 🔄 Synced file(s) with conda/infra by @conda-bot in #49
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #50
- update github-status-action to v1.1.6 by @dholth in #51
- Use Dependabot for Github actions. by @jezdez in #53
- Bump actions/checkout from 2 to 3 by @dependabot in #54
- 🔄 Synced file(s) with conda/infra by @conda-bot in #59
- Bump actions/stale from 4 to 6 by @dependabot in #55
- Bump andstor/file-existence-action from 1.0.1 to 1.1.0 by @dependabot in #57
- Bump dessant/lock-threads from 2 to 3 by @dependabot in #58
- Use dholth status action by @dholth in #52
New Contributors
- @dholth made their first contribution in #51
- @dependabot made their first contribution in #54
Full Changelog: v22.9.0...v22.10.0
v22.9.0
What's Changed
- Allow custom conda recipe folder used in canary-release by @kenodegard in #48
Full Changelog: v22.8.0...v22.9.0
v22.8.0
What's Changed
- Canary-release fix for broken git on Windows by @kenodegard in #47
Full Changelog: v22.6.0...v22.8.0
v22.6.0
What's Changed
Full Changelog: v22.5.0...v22.6.0
v22.5.0
What's Changed
- Update README for
issue-in-project
,user-in-team
, &read-yaml
by @kenodegard in #29 - Add initial check-cla action. by @jezdez in #35
Full Changelog: v22.2.1...v22.5.0
v22.2.1
- Catch async exceptions (#20)
- Allow
read-yaml
to read from remote or local (#22) - hotfix Fix
read-yaml
missingshell
bug (#23) - hotfix Fix
read-yaml
missing inputs (#24) - hotfix
read-yaml
inject inputs directly (#25) - hotfix
read-yaml
scopes
support newlines (#26) - hotfix
read-yaml
info blurbs for debugging (#27) - hotfix Fix
read-yaml
ReferenceError
(#28) - Rework
read-yaml
to not use dynamic outputs (8942836)