Skip to content

Releases: OSS-Docs-Tools/code-owner-self-merge

1.6.6

28 Apr 15:28
7c66472
Compare
Choose a tag to compare

What's Changed

  • Actions URI has changed. Update to use correct URI. by @stoovon in #37
  • Update version string by @hyperupcall in #41
  • Add ownerNoPings option to prevent GitHub pings by @hyperupcall in #43
  • ci: Update actions and set minimal Node.js version to v14 by @hyperupcall in #44
  • Do not early return when no relevant code owner exists by @saschanaz in #40

New Contributors

Full Changelog: 1.6.5...1.6.6

1.6.5

28 Feb 08:26
Compare
Choose a tag to compare

Adds a quiet option which skips saying who can merge a PR

Full Changelog: 1.6.4...1.6.5

Attributes correctly

17 Nov 12:12
Compare
Choose a tag to compare

Merging now sets the right author

1.6.2

06 Sep 14:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.6.2

Minor bug fix for closing issues

29 Aug 20:34
d748ec3
Compare
Choose a tag to compare
Merge pull request #31 from saschanaz/patch-1

Use `issues.update` for closing both issues and PRs

Codeowners can close PR/Issues

25 Aug 17:47
b94dd7b
Compare
Choose a tag to compare

With 1.6.0 - thanks to @saschanaz any named Codeowner has the ability to close any PR or Issue.

Given that closing is at most a nuisance, and not a potential security issue we opted for a lower level of access requirements (plus the owner to files mapping doesn't make sense for issues)

Minor bug fix

02 Jul 17:48
Compare
Choose a tag to compare
1.5.4

Fix API for adding custom label

Explicit fallback to maintainers

01 Jul 15:32
Compare
Choose a tag to compare

We can use this action to make it explicit when something isn't covered by folks in the CODEOWNER:

- name: Run Codeowners merge check
  uses: OSS-Docs-Tools/code-owner-self-merge@v1
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  with:
    merge_method: 'squash'
    if_no_maintainers_add_label: 'maintainers'
    if_no_maintainers_assign: '@orta @sandersn'

Merge Strats and Redundant Statuses

05 Apr 07:42
8afed65
Compare
Choose a tag to compare

Minor bugfix

12 Jan 16:31
Compare
Choose a tag to compare
1.5.1

Handle casing correctly with the PR status