You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stale-issue-message: 'This issue has been marked ${{ env.STALE_LABEL_URL }} because it has been open for ${{ env.DAYS_BEFORE_STALE }} days with no activity. Please close this issue if it is no longer needed. If this issue is still relevant and you would like it to remain open, simply update it within the next ${{ env.DAYS_BEFORE_CLOSE }} days.'
34
+
stale-pr-message: 'This pull request has been marked ${{ env.STALE_LABEL_URL }} because it has been open for ${{ env.DAYS_BEFORE_STALE }} days with no activity. Please close this pull request if it is no longer needed. If this pull request is still relevant and you would like it to remain open, simply update it within the next ${{ env.DAYS_BEFORE_CLOSE }} days.'
Copy file name to clipboardExpand all lines: action.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,16 @@ inputs:
37
37
description: "The level of permission to grant the access token to create, edit, delete, and list Codespaces. Can be set to 'read' or 'write'."
38
38
permission-contents:
39
39
description: "The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges. Can be set to 'read' or 'write'."
40
+
permission-custom-properties-for-organizations:
41
+
description: "The level of permission to grant the access token to view and edit custom properties for an organization, when allowed by the property. Can be set to 'read' or 'write'."
40
42
permission-dependabot-secrets:
41
43
description: "The level of permission to grant the access token to manage Dependabot secrets. Can be set to 'read' or 'write'."
42
44
permission-deployments:
43
45
description: "The level of permission to grant the access token for deployments and deployment statuses. Can be set to 'read' or 'write'."
44
46
permission-email-addresses:
45
47
description: "The level of permission to grant the access token to manage the email addresses belonging to a user. Can be set to 'read' or 'write'."
description: "The level of permission to grant the access token for organization custom properties management at the enterprise level. Can be set to 'read', 'write', or 'admin'."
46
50
permission-environments:
47
51
description: "The level of permission to grant the access token for managing repository environments. Can be set to 'read' or 'write'."
48
52
permission-followers:
@@ -68,7 +72,7 @@ inputs:
68
72
permission-organization-custom-org-roles:
69
73
description: "The level of permission to grant the access token for custom organization roles management. Can be set to 'read' or 'write'."
70
74
permission-organization-custom-properties:
71
-
description: "The level of permission to grant the access token for custom property management. Can be set to 'read', 'write', or 'admin'."
75
+
description: "The level of permission to grant the access token for repository custom properties management at the organization level. Can be set to 'read', 'write', or 'admin'."
72
76
permission-organization-custom-roles:
73
77
description: "The level of permission to grant the access token for custom repository roles management. Can be set to 'read' or 'write'."
0 commit comments