We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea293a9 commit 0bfb625Copy full SHA for 0bfb625
.github/workflows/ci.yml
@@ -26,6 +26,18 @@ on:
26
- '*.psd1'
27
28
jobs:
29
+ changes:
30
+ name: Label Changes
31
+ runs-on: [ubuntu-latest]
32
+ if: github.event_name == 'pull_request'
33
+ permissions:
34
+ contents: read
35
+ pull-requests: write
36
+ steps:
37
+ - name: Labeler
38
+ id: labeler
39
+ uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b #v6.0.1
40
+
41
dependencies:
42
name: Dependencies
43
runs-on: ubuntu-latest
0 commit comments