Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test kanban with no permissions #188

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/kanban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ name: Kanban management
on:
pull_request_target:
types: [opened, reopened]
permissions: {}
env:
MY_GITHUB_TOKEN: ${{ secrets.KANBAN_TOKEN }}

jobs:
assign_one_project:
name: Add new pull requests to the kanban
if: github.repository_owner == 'consul'
runs-on: ubuntu-latest
steps:
- name: Assign new pull requests to the reviewing column
uses: srggrs/[email protected]
if: github.event.pull_request.draft == false
with:
project: "https://github.com/orgs/consul/projects/1"
project: "https://github.com/users/javierm/projects/4"
column_name: "Reviewing"

- name: Assign new draft pull requests to the doing column
uses: srggrs/[email protected]
if: github.event.pull_request.draft == true
with:
project: "https://github.com/orgs/consul/projects/1"
project: "https://github.com/users/javierm/projects/4"
column_name: "Doing"
30 changes: 2 additions & 28 deletions config/i18n-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,8 @@ data:
# - config/locales/**/*.%{locale}.yml
## Another gem (replace %#= with %=):
# - "<%#= %x[bundle show vagrant].chomp %>/templates/locales/%{locale}.yml"
- config/locales/custom/%{locale}/*.yml
- config/locales/%{locale}/rails_date_order.yml
- config/locales/%{locale}/general.yml
- config/locales/%{locale}/activerecord.yml
- config/locales/%{locale}/activemodel.yml
- config/locales/%{locale}/admin.yml
- config/locales/%{locale}/moderation.yml
- config/locales/%{locale}/valuation.yml
- config/locales/%{locale}/management.yml
- config/locales/%{locale}/verification.yml
- config/locales/%{locale}/mailers.yml
- config/locales/%{locale}/pages.yml
- config/locales/%{locale}/devise_views.yml
- config/locales/%{locale}/responders.yml
- config/locales/%{locale}/kaminari.yml
- config/locales/%{locale}/officing.yml
- config/locales/%{locale}/budgets.yml
- config/locales/%{locale}/legislation.yml
- config/locales/%{locale}/community.yml
- config/locales/%{locale}/documents.yml
- config/locales/%{locale}/images.yml
- config/locales/%{locale}/user_groups.yml
- config/locales/%{locale}/i18n.yml
- config/locales/%{locale}/milestones.yml
- config/locales/%{locale}/sdg.yml
- config/locales/%{locale}/sdg_management.yml
- config/locales/%{locale}/seeds.yml
- config/locales/%{locale}/stats.yml
- config/locales/custom/%{locale}/**[^devise|rails|seeds|settings|social_share_button]*.yml
- config/locales/%{locale}/**[^devise|rails|seeds|settings|social_share_button]*.yml

# Locale files to write new keys to, based on a list of key pattern => file rules. Matched from top to bottom:
# `i18n-tasks normalize -p` will force move the keys according to these rules
Expand Down