Skip to content

Releases: Jackenmen/label-doconly-changes

1.0.9

08 Mar 17:08
ba09cea

Choose a tag to compare

Ninth bugfix release!

Changes since 1.0.8:

  • Fixed an issue with an "ambiguous" revision being used for the base ref (fdb7ca9)

1.0.8

06 Mar 02:13
fadb62e

Choose a tag to compare

Eight bugfix release!

Changes since 1.0.7:

  • Fixed an issue with the action failing when the base ref was not fetched during checkout (fadb62e)

1.0.7

05 Mar 22:30
4f0fa28

Choose a tag to compare

Seventh bugfix release!

Changes since 1.0.6:

  • Fixed an issue with the action failing when ran on already merged pull requests (b540a28)
  • Updated versions of the actions used by this (composite) action (4f0fa28)

1.0.6

18 Jun 00:04
38eb998

Choose a tag to compare

Sixth bugfix release!

Changes since 1.0.5:

  • Fixed unconditional detection not working when the file exists either only on the base branch or only on the head branch (38eb998)

1.0.5

29 Mar 23:42
f5589e7

Choose a tag to compare

Fifth bugfix release! Fixes what the fourth bugfix release introduced in its fix.

Changes since 1.0.4:

  • Fixed a TypeError in a subprocess call (f5589e7)

1.0.4

28 Mar 02:57
4db5717

Choose a tag to compare

Fourth bugfix release!

Changes since 1.0.3:

  • Stopped treating files with only line endings changed as doc-only (4db5717)

1.0.3

28 Mar 01:53
7592d2c

Choose a tag to compare

Third bugfix release! Fixes what the second bugfix release didn't fully fix.

Changes since 1.0.2:

  • Ensure that the required ref is fetched when PR is in a merged state (7592d2c)

1.0.2

28 Mar 01:27
2b4ae5c

Choose a tag to compare

Second bugfix release!

Changes since 1.0.1:

  • Fixed an issue with unnecessary label applying when all labels are already applied (bb918d5)
  • Fixed checkout issues with files that differ only by line endings (b0759db)
  • Fixed issues with label always being applied if a PR is in a merged state (0183c02c, 2b4ae5c)

1.0.1

12 Feb 23:12
21682dc

Choose a tag to compare

First bugfix release!

Changes since 1.0.0:

  • Fixed the issue with checking out the merge branch of a closed pull request (21682dc)

1.0.0

05 Jan 07:32
300b6fd

Choose a tag to compare

First stable release.

Changes since 1.0.0b1:

  • Fixed problems with the installation of the label_doconly_changes package
  • Fixed the issues with making API requests for labeling PRs
    • Added missing Authorization header with GitHub token
    • Fixed used URL endpoints