diff --git a/.github/workflows/autoupdate-pr-branches.yml b/.github/workflows/autoupdate-pr-branches.yml index 04119ced..3314245a 100644 --- a/.github/workflows/autoupdate-pr-branches.yml +++ b/.github/workflows/autoupdate-pr-branches.yml @@ -41,7 +41,6 @@ jobs: uses: Shurtu-gal/autoupdate-fork-action@401ab8a7cea6c1288599f7cd030093a58c6765ee with: github_token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }} - pr_filter: 'labelled' - pr_label: 'autoupdate' + pr_filter: 'all' merge_fail_action: 'comment' - ignore_conflicts: true \ No newline at end of file + ignore_conflicts: true