pascalgn / automerge-action

GitHub action to automatically merge pull requests that are ready
MIT License
862 stars 210 forks source link

Questions about the process with error: Old configuration option present: LABELS #258

Closed jonathan8devs closed 9 months ago

jonathan8devs commented 9 months ago
Run pascalgn/automerge-action@v0.16.2
  env:
    PULL_REQUEST_NUMBER: 38
    GITHUB_TOKEN: ***
    MERGE_LABELS: automerge
    MERGE_REMOVE_LABELS: automerge
    MERGE_METHOD: merge
    MERGE_COMMIT_MESSAGE: [Automerge]
    MERGE_FORKS: false
    MERGE_RETRIES: 30
    MERGE_RETRY_SLEEP: 10000
    MERGE_REQUIRED_APPROVALS: 0
    MERGE_DELETE_BRANCH: true
    UPDATE_METHOD: merge
    UPDATE_RETRIES: 25
    UPDATE_RETRY_SLEEP: 10000
    PULL_REQUEST: 38
2024-02-26T14:07:19.860Z ERROR Old configuration option present: LABELS
2024-02-26T14:07:19.862Z ERROR You have passed configuration options that were used by an old version of this action. Please see https://github.com/pascalgn/automerge-action for the latest documentation of the configuration options!
2024-02-26T14:07:19.863Z ERROR old configuration present!

So far I haven't had a problem. Now I'm using a self-hosted Github Runner and recently I'm getting this error. Does anyone have a tip?

jonathan8devs commented 9 months ago

I was able to find out that it was a problem with the Runner