Skip to content

Commit

Permalink
chore(workflow|cargo): auto-assign issues/PRs, update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
QaidVoid committed Nov 5, 2024
1 parent 33448e2 commit e17258e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: QaidVoid
numOfAssignee: 1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Rabindra Dhakal <[email protected]>"]
description = "A modern package manager for Linux"
license = "MIT"
edition = "2021"
repository = "https://github.com/QaidVoid/soar"
repository = "https://github.com/pkgforge/soar"
default-run = "soar"
exclude = ["docs"]

Expand Down

0 comments on commit e17258e

Please sign in to comment.