CARVIEW |
Select Language
HTTP/2 301
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data:;script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
location: /en/actions/how-tos/use-cases-and-examples/project-management
content-type: text/plain; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 9037:F9898:76E781:9426CB:68782D6E
accept-ranges: bytes
age: 0
date: Wed, 16 Jul 2025 22:53:35 GMT
via: 1.1 varnish
x-served-by: cache-bom4744-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752706414.305262,VS0,VE1247
vary: Accept
strict-transport-security: max-age=31557600
content-length: 95
HTTP/2 200
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data:;script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
x-powered-by: Next.js
content-type: text/html; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 2C1A:37F245:7B431A:98839A:68782D70
content-encoding: gzip
accept-ranges: bytes
age: 1
date: Wed, 16 Jul 2025 22:53:38 GMT
via: 1.1 varnish
x-served-by: cache-bom4744-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752706416.571774,VS0,VE2540
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 32171
Managing projects - GitHub Docs
Skip to main content
GitHub Docs
Search or ask Copilot
Select language: current language is English
Search or ask Copilot
Open menu
Open Sidebar
Managing projects
You can automatically manage your issues and pull requests using GitHub Actions workflows.
Adding labels to issues
You can use GitHub Actions to automatically label issues.
Closing inactive issues
You can use GitHub Actions to comment on or close issues that have been inactive for a certain period of time.
Commenting on an issue when a label is added
You can use GitHub Actions to automatically comment on issues when a specific label is applied.
Scheduling issue creation
You can use GitHub Actions to create an issue on a regular basis for things like daily meetings or quarterly reviews.