Skip to content

🐛 bug([context]): Bump from alpha to beta #566

@antoinenedelecdecathlon

Description

Describe the bug

  Error: Error thrown while processing config: HttpError: No commit found for the ref refs/pull/3494/merge
  Error: undefined did not complete due to error:[object Promise]

To Reproduce

Our .github/workflow/label.yaml:

on:
    pull_request:
        types: [ opened, reopened, edited, synchronize, converted_to_draft ]
        branches:
          - '**'        # matches every branch
          - '!master'   # excludes master

name: 'Labeler'
jobs:
    label:
        runs-on: xxx
        steps:
            -   uses: actions/checkout@v4
            -   uses: Resnovas/[email protected]
                with:
                    GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

Expected behaviour

Once we started to pass from 1.0.0-alpha.7 on the 1.0.0-beta.X branches, this error occurs:

  Error: Error thrown while processing config: HttpError: No commit found for the ref refs/pull/3494/merge
  Error: undefined did not complete due to error:[object Promise]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions