FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stackit-cli/.github/workflows/labeler.yaml at main · stackitcloud/stackit-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stackitcloud
/
stackit-cli
Public
Notifications
You must be signed in to change notification settings
Fork
49
Star
163
Code
Issues
11
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
stackit-cli
/
.github
/
workflows
/
labeler.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
24 lines (23 loc) · 599 Bytes
Breadcrumbs
stackit-cli
/
.github
/
workflows
/
labeler.yaml
Copy path
File metadata and controls
24 lines (23 loc) · 599 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name
:
"
Labeler
"
on
:
pull_request
:
types
:
[opened, synchronize]
workflow_dispatch
:
schedule
:
#
run every full hour (to still label PRs from forks)
-
cron
:
'
0 * * * *
'
jobs
:
labeler
:
permissions
:
contents
:
read
pull-requests
:
write
issues
:
write
#
don't run on PRs from forks (token has no write permissions)
if
:
${{ github.event.pull_request.head.repo.full_name == github.repository }}
name
:
"
Labeler
"
runs-on
:
ubuntu-latest
steps
:
-
name
:
Labeler action
uses
:
actions/labeler@v7
with
:
sync-labels
:
false
Back
|
FazBrowse Home
|
New Git URL