Skip to content

Commit e11e9df

Browse files
authored
Merge branch 'dev' into fix/command-metadata-alias
2 parents 42b7dd3 + aa40536 commit e11e9df

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.github/ISSUE_TEMPLATE/03-blank-issue.md

-8
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
33
- name: For issues related to authentication and service errors
44
url: https://learn.microsoft.com/powershell/microsoftgraph/troubleshooting

.github/policies/resourceManagement.yml

+10
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ configuration:
5959
reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
6060
- closeIssue
6161
eventResponderTasks:
62+
- if:
63+
- payloadType: Issues
64+
- isAction:
65+
action: Closed
66+
- hasLabel:
67+
label: 'status:waiting-for-author-feedback'
68+
then:
69+
- removeLabel:
70+
label: 'status:waiting-for-author-feedback'
71+
description:
6272
- if:
6373
- payloadType: Issue_Comment
6474
- isAction:

.github/workflows/project-auto-add.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: generate_token
21-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
21+
uses: actions/create-github-app-token@v1
2222
with:
23-
app_id: ${{ secrets.GRAPHBOT_APP_ID }}
24-
private_key: ${{ secrets.GRAPHBOT_APP_PEM }}
23+
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
24+
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
2525

2626
- name: Get project data
2727
env:

0 commit comments

Comments
 (0)