Skip to content

Commit

Permalink
Update and rename hello-world.yml to create-issue-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly-sfdc authored Jul 19, 2024
1 parent 900d3a5 commit ea6a839
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/create-issue-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: create-issue-branch

on:
issues:
types: [opened]

jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11 changes: 0 additions & 11 deletions .github/workflows/hello-world.yml

This file was deleted.

0 comments on commit ea6a839

Please sign in to comment.