Skip to content

Releases: datasciencecampus/github-actions

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 08:27
Immutable release. Only release title and notes can be modified.
4dcd9a0

1.5.0 (2026-08-25)

Features

  • enhance issue and pull request reusable workflows with automatic field value derivation and improved documentation (1eee193)
  • enhance workflow configurations with concurrency settings and improved job names (2d7d036)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 08:16
Immutable release. Only release title and notes can be modified.
16809f7

1.4.0 (2026-08-25)

Features

  • add Code of Conduct, Security Notice, and contributing guidelines (bd714e8)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 07:37
Immutable release. Only release title and notes can be modified.
aacc6cc

1.3.0 (2026-08-25)

Features

  • add pull request template for improved contribution guidelines (ec0e6e1)

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 22:06
d4300bb

1.2.2 (2026-08-24)

Bug Fixes

  • require project_field_values and node_id for manual tests in reusable workflows (f3171c7)
  • update project_field_values examples to use project ID 1234 (4b8471e)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:37
7902d95

1.2.1 (2026-08-24)

Bug Fixes

  • update implementation reference handling in workflows and documentation (d664403)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:32
46805d9

1.2.0 (2026-08-24)

Features

  • enhance reusable workflows with implementation reference resolution and update documentation (d1794d9)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 19:16
5a4b70c

1.1.0 (2026-08-24)

Features

  • workflows: add implementation_ref input to issue and PR workflows for internal dispatching (eca7810)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 19:03
ff2f632

1.0.1 (2026-08-24)

Bug Fixes

  • workflows: add PULL_REQUEST_HEAD_REF to validate dispatch inputs for pull requests (25926fa)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 18:46
0b1c9f9

1.0.0 (2026-08-24)

⚠ BREAKING CHANGES

  • workflows: callers must use add-issue-to-projects.yml and add-pr-to-projects.yml; the legacy call-add-* workflow files were removed.

Code Refactoring

  • workflows: Refactor GitHub Actions workflows for adding issues and pull requests to projects (4436eb1)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 15:58
dc35184

0.2.0 (2026-08-24)

Features

  • Add Dependabot configuration for GitHub Actions version updates (638f9b9)
  • Add initial documentation structure with sections for tutorials, how-to guides, reference, and explanations (4f91558)
  • Add initial Zizmor workflow and default configuration file for GitHub Actions security analysis (8ca5f40)
  • Add release-please workflow and configuration for automated releases (8f85b8c)
  • Add request form for GitHub token access and enhance project-routing workflows with validation checks (aa31035)
  • Add reusable workflow for adding issues to projects and update README (14c86c5)
  • Add validation action for project handler app credentials and update workflows to use it (82bb466)
  • Add workflow for testing pull requests with project field mappings (b742c1d)
  • Add workflow to add pull requests to projects with field value mappings (1545e47)
  • Add workflow to post reviewer instructions on access request issues (5366d90)
  • Add workflow to update project routing allowlist based on closed issues (9b3dc34)
  • Add Zizmor workflow and update README to reflect repository name (34391f7)

Bug Fixes

  • Add missing newline at end of README.md for proper formatting (4d89704)
  • Add missing permission-pull-requests to GitHub App token creation (90de8ba)
  • Correct default rules structure in Zizmor configuration file (02ab7f3)
  • Remove unnecessary permission-pull-requests from workflow (7f22dc1)
  • Update comment-on-access-request workflow to improve API request handling and clarify environment variables (937bcba)
  • Update curl command to include --fail-with-body for better error handling (b74ac90)
  • Update field value from "In review" to "Review" in workflows and documentation (a5f3a13)
  • Update request form for GitHub token access to clarify project routing requirements (1515219)