workflow: use github.actor instead of hardcoded "openvoxproject" #112
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
| --- | ||
| # Managed by modulesync - DO NOT EDIT | ||
| # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ | ||
| name: 🏷️ Pull Request Labeler | ||
| on: | ||
| - pull_request_target | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| labeler: | ||
|
Check failure on line 14 in .github/workflows/labeler.yml
|
||
| name: Labeler | ||
| permissions: | ||
| pull-requests: write | ||
| uses: voxpupuli/crafty/.github/workflows/labeler.yml@main | ||
| with: | ||
| allowed_owner: ${{ github.repository_owner }} | ||