Skip to content

Commit

Permalink
refactor: remove kaban project ftm
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Aug 5, 2024
1 parent deaf412 commit b0ddb50
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/kaban.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Auto Assign to Project(s)
# name: Auto Assign to Project(s)

on:
issues:
types: [opened]
pull_request:
types: [opened]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# on:
# issues:
# types: [opened]
# pull_request:
# types: [opened]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to the kaban Project
steps:
- name: Assign NEW issues and NEW pull requests to kaban project
uses: srggrs/assign-one-project-github-action@1.2.1
if: github.event.action == 'opened'
with:
project: "https://github.com/12rambau/sepal_ui/projects/5"
# jobs:
# assign_one_project:
# runs-on: ubuntu-latest
# name: Assign to the kaban Project
# steps:
# - name: Assign NEW issues and NEW pull requests to kaban project
# uses: srggrs/assign-one-project-github-action@1.2.1
# if: github.event.action == 'opened'
# with:
# project: "https://github.com/12rambau/sepal_ui/projects/5"

0 comments on commit b0ddb50

Please sign in to comment.