feat: log API URLs at INFO level before requests (#490) #110
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'π₯ Auto-Label Merge Conflicts on PRs' | |
| on: | |
| push: | |
| branches: | |
| - develop | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| if: github.repository_owner == 'openfoodfacts' | |
| steps: | |
| - name: Check if PRs are dirty | |
| uses: eps1lon/actions-label-merge-conflict@v3 | |
| with: | |
| dirtyLabel: "π₯ Merge Conflicts" | |
| repoToken: "${{ secrets.GITHUB_TOKEN }}" |