nrf_fuel_gauge update and Kconfig fix #5125
Workflow file for this run
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: 'Pull Request Labeler' | |
| on: | |
| - pull_request_target | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/labeler@b88d7a59ce6e2b6e35d9a31217a676fad0319671 # v2.1.1 | |
| with: | |
| repo-token: '${{ secrets.GITHUB_TOKEN }}' |