Change URLs referencing our GitHub repositories

This commit is contained in:
Javi Martín
2023-07-07 14:54:12 +02:00
parent 832a6dd8b9
commit 629756dd15
14 changed files with 1403 additions and 1403 deletions

View File

@@ -10,7 +10,7 @@ permissions:
jobs:
assign-author:
name: Auto-assign pull request author
if: github.repository_owner == 'consul'
if: github.repository_owner == 'consuldemocracy'
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.4.0

View File

@@ -9,19 +9,19 @@ env:
jobs:
assign_one_project:
name: Add new pull requests to the kanban
if: github.repository_owner == 'consul'
if: github.repository_owner == 'consuldemocracy'
runs-on: ubuntu-latest
steps:
- name: Assign new pull requests to the reviewing column
uses: srggrs/assign-one-project-github-action@1.3.1
if: github.event.pull_request.draft == false
with:
project: "https://github.com/orgs/consul/projects/1"
project: "https://github.com/orgs/consuldemocracy/projects/1"
column_name: "Reviewing"
- name: Assign new draft pull requests to the doing column
uses: srggrs/assign-one-project-github-action@1.3.1
if: github.event.pull_request.draft == true
with:
project: "https://github.com/orgs/consul/projects/1"
project: "https://github.com/orgs/consuldemocracy/projects/1"
column_name: "Doing"