Skip to content
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

PRs merged in master branch appearing in the draft when 'develop' is specified #1064

Closed
ClaudiaCF opened this issue Feb 9, 2022 · 1 comment

Comments

@ClaudiaCF
Copy link

I have the configuration files in my default branch (master) with 'develop' specified as branch to trigger the release drafter when merging the PRs:

on:
  push:
    # branches to consider in the event; optional, defaults to all
    branches:
      - develop

Every PR that is merged to develop appears okay but some PR's that are merged to both develop and master (hotfixes) are appearing those two times while I was expecting that it would only appear the one merged to develop. Any idea of what could be happening?

@jetersen
Copy link
Member

jetersen commented Mar 7, 2022

Should be fixed in #1065

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants