Skip to content

Commit

Permalink
fix: name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed May 15, 2024
1 parent a27d84e commit 373a6b0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/issue-check.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Conventional Commit Message Check
name: Issue Check

on:
# This is a dangerous event trigger as it causes the workflow to run in the
# context of the target repository.
# Avoid checking out the head of the pull request or building code from the
# pull request whenever this trigger is used.
# Since we only label pull requests, do not have a checkout step in this
# workflow, and restrict permissions on the token, this is an acceptable
# use of this trigger.
pull_request_target:
types:
- opened
Expand All @@ -21,17 +14,12 @@ on:
- checks_requested

permissions:
# Reference: https://github.com/cli/cli/issues/6274
repository-projects: read
pull-requests: write

env:
# Allow more retries for network requests in cargo (downloading crates) and
# rustup (installing toolchains). This should help to reduce flaky CI failures
# from transient network timeouts or other issues.
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
# Use cargo's sparse index protocol
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:
Expand Down

0 comments on commit 373a6b0

Please sign in to comment.