Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
faqtoff committed Aug 8, 2023
1 parent d8b883a commit 056e895
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 📝 Adding Issue to Project
name: 📝 Adding to Project

on:
workflow_call:
Expand All @@ -11,8 +11,8 @@ on:
required: true

jobs:
addIssueToProject:
name: 📝 Adding Issue to Project
addToProject:
name: 📝 Adding to Project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/add_pull_request_to_project.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: 📝 Adding Pull Request to Project

on:
pull_request:
types:
- opened
workflow_call:
secrets:
TEAM_PROJECT_URL:
description: "URL del tablero de Github del equipo"
required: true
ADD_TO_PROJECT_PAT:
description: "Token de generación"
required: true

jobs:
addPullRequestToProject:
Expand Down

0 comments on commit 056e895

Please sign in to comment.