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

Labeler not running at all #638

Closed
2 of 5 tasks
Robinnnnn opened this issue Aug 2, 2023 · 4 comments
Closed
2 of 5 tasks

Labeler not running at all #638

Robinnnnn opened this issue Aug 2, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Robinnnnn
Copy link

Robinnnnn commented Aug 2, 2023

Description:
The labeler workflow is simply not running at all for this pull request: gallery-so/gallery#1726

Action version:
v4

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Repro steps:

.github/labeler.yml

web:
  - apps/web/**

mobile:
  - apps/mobile/**

shared:
  - packages/shared/**

.github/workflows/labeler.yml (taken from README)

name: 'Pull Request Labeler'
on:
  - pull_request (also tried pull_request_target)

jobs:
  triage:
    permissions:
      contents: read
      pull-requests: write
    runs-on: ubuntu-latest
    steps:
      - uses: actions/labeler@v4

Expected behavior:
the labeler workflow should be triggered

Actual behavior:
no workflow is being triggered

@Robinnnnn Robinnnnn added bug Something isn't working needs triage labels Aug 2, 2023
@dusan-trickovic
Copy link
Contributor

Hello, @Robinnnnn ! Thank you for creating this issue, we will investigate it :)

@Robinnnnn
Copy link
Author

Robinnnnn commented Aug 2, 2023

thanks @dusan-trickovic, i assume it's a trivial config issue that i've messed up

@MaksimZhukov
Copy link
Contributor

Hello @Robinnnnn!
According to the GitHub documentation, workflows will not run on pull_request activity if the pull request has a merge conflict. Resolving conflicts should solve the problem.

@Robinnnnn
Copy link
Author

@MaksimZhukov thank you so much, extremely stupid of me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants